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 f522fae Go Upgrade (#291)
f522fae is described below
commit f522faeba7c21b2f6bb84e26346d9acc7ecf886f
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jul 13 17:27:57 2025 -0700
Go Upgrade (#291)
* 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 b677317..aafdde1 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.23.10
+1.23.11
diff --git a/go.mod b/go.mod
index cfd2646..8df8ffe 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.23.10
+go 1.23.11
require (
github.com/alicebob/miniredis/v2 v2.31.1