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 ae80817 Go Upgrade (#270)
ae80817 is described below
commit ae8081715aef8ddf9f7bd82c95250245d8efefd8
Author: Kit Chan <[email protected]>
AuthorDate: Tue Jan 21 09:13:28 2025 -0800
Go Upgrade (#270)
* 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 f5ae945..3dfc2ec 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.22.10
+1.22.11
diff --git a/go.mod b/go.mod
index 8207072..eaa5ffe 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.22.10
+go 1.22.11
require (
github.com/alicebob/miniredis/v2 v2.31.1