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 ce183aa  Go upgrade (#285)
ce183aa is described below

commit ce183aa48edd668cc0d246338b80980386ab0c4a
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jun 8 18:05:06 2025 -0700

    Go upgrade (#285)
    
    * 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 63f23d2..b677317 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.23.9
+1.23.10
diff --git a/go.mod b/go.mod
index 9751fd7..cfd2646 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/trafficserver-ingress-controller
 
-go 1.23.9
+go 1.23.10
 
 require (
        github.com/alicebob/miniredis/v2 v2.31.1

Reply via email to