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 639f10e Go upgrade (#332)
639f10e is described below
commit 639f10e9397d5b2655311e8e5112d2b3926da678
Author: Kit Chan <[email protected]>
AuthorDate: Mon Jan 26 17:09:55 2026 -0800
Go upgrade (#332)
* Update Go version from 1.24.10 to 1.24.12
* Update Go version to 1.24.12
---
GO_VERSION | 2 +-
go.mod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/GO_VERSION b/GO_VERSION
index c4bdc90..5c854ab 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.24.10
+1.24.12
diff --git a/go.mod b/go.mod
index 3b72a93..fbfdcb3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.24.10
+go 1.24.12
require (
github.com/alicebob/miniredis/v2 v2.31.1