This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 40d845c  Upgrade GO 1.22.9 (#262)
40d845c is described below

commit 40d845cbf49099f6c0790d17a3f6c0da84641725
Author: Kit Chan <[email protected]>
AuthorDate: Sat Nov 16 10:34:39 2024 -1000

    Upgrade GO 1.22.9 (#262)
    
    * Update GO_VERSION
    
    * Update go.mod
---
 GO_VERSION | 2 +-
 go.mod     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/GO_VERSION b/GO_VERSION
index 229a27c..d28b1eb 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.22.8
+1.22.9
diff --git a/go.mod b/go.mod
index c3f3016..069f1d9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/trafficserver-ingress-controller
 
-go 1.22.8
+go 1.22.9
 
 require (
        github.com/alicebob/miniredis/v2 v2.31.1

Reply via email to