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 5e80a8e Go upgrade (#277)
5e80a8e is described below
commit 5e80a8ecefd55c5729a4fa00d7c27992ccc800ce
Author: Kit Chan <[email protected]>
AuthorDate: Sun Mar 16 21:37:26 2025 -0700
Go upgrade (#277)
* Update go.mod
* Update GO_VERSION
---
GO_VERSION | 2 +-
go.mod | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/GO_VERSION b/GO_VERSION
index 3dfc2ec..2d27ccb 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.22.11
+1.23.7
diff --git a/go.mod b/go.mod
index 038bb42..4e39695 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.22.11
-toolchain go1.23.7
+go 1.23.7
require (
github.com/alicebob/miniredis/v2 v2.31.1