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 b6231f0  Upgrade to go 1.21.10 (#223)
b6231f0 is described below

commit b6231f05e17c96138fa8d2009e4cbb7620de81c6
Author: Kit Chan <[email protected]>
AuthorDate: Mon May 13 02:50:49 2024 -0700

    Upgrade to go 1.21.10 (#223)
    
    * 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 f124bfa..ae7bbdf 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.21.9
+1.21.10
diff --git a/go.mod b/go.mod
index ff9fcf8..d66e553 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/trafficserver-ingress-controller
 
-go 1.21.9
+go 1.21.10
 
 require (
        github.com/alicebob/miniredis/v2 v2.31.1

Reply via email to