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 5e93b90 GO upgrade (#283) 5e93b90 is described below commit 5e93b9042a7f7291571a244c990c69f019bec0c2 Author: Kit Chan <kic...@apache.org> AuthorDate: Sun May 18 18:18:36 2025 -0700 GO upgrade (#283) * 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 82bfa5c..63f23d2 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.23.8 +1.23.9 diff --git a/go.mod b/go.mod index 3d90791..9751fd7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/apache/trafficserver-ingress-controller -go 1.23.8 +go 1.23.9 require ( github.com/alicebob/miniredis/v2 v2.31.1