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 79e8092 Go Upgrade (#299)
79e8092 is described below
commit 79e8092a900100955e0862ee86cff80441847fb0
Author: Kit Chan <[email protected]>
AuthorDate: Wed Aug 20 11:13:28 2025 -0700
Go Upgrade (#299)
* Update go.mod
* Update GO_VERSION
---
GO_VERSION | 2 +-
go.mod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/GO_VERSION b/GO_VERSION
index aafdde1..7a429d6 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.23.11
+1.24.6
diff --git a/go.mod b/go.mod
index 0c9cbc6..aa1db44 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.23.11
+go 1.24.6
require (
github.com/alicebob/miniredis/v2 v2.31.1