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 46aa0b1 Upgrade go to 1.24.10 (#312)
46aa0b1 is described below
commit 46aa0b1a457ccbc4def55bab25291a2e10e39148
Author: Kit Chan <[email protected]>
AuthorDate: Sat Nov 15 00:07:54 2025 -0800
Upgrade go to 1.24.10 (#312)
* Update Go version from 1.24.7 to 1.24.10
* Update Go version to 1.24.10
---
GO_VERSION | 2 +-
go.mod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/GO_VERSION b/GO_VERSION
index 8407e26..c4bdc90 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.24.7
+1.24.10
diff --git a/go.mod b/go.mod
index 5287088..2dffb77 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.24.7
+go 1.24.10
require (
github.com/alicebob/miniredis/v2 v2.31.1