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 19f9c73 Upgrade go to 1.21.11 (#234)
19f9c73 is described below
commit 19f9c73a8f0da56617b6fb63843c081026076dd7
Author: Kit Chan <[email protected]>
AuthorDate: Mon Jun 10 05:44:27 2024 +0200
Upgrade go to 1.21.11 (#234)
* 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 ae7bbdf..88863fd 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.21.10
+1.21.11
diff --git a/go.mod b/go.mod
index d66e553..ecf7978 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.21.10
+go 1.21.11
require (
github.com/alicebob/miniredis/v2 v2.31.1