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 f3a8c4d Upgrade GO to 1.24.7 (#308)
f3a8c4d is described below
commit f3a8c4d6061bdd7f499664074c631aba2d7723d0
Author: Kit Chan <[email protected]>
AuthorDate: Mon Sep 22 17:59:35 2025 -0700
Upgrade GO to 1.24.7 (#308)
* Update Go version from 1.24.6 to 1.24.7
* 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 7a429d6..8407e26 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.24.6
+1.24.7
diff --git a/go.mod b/go.mod
index aa1db44..5287088 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.24.6
+go 1.24.7
require (
github.com/alicebob/miniredis/v2 v2.31.1