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 2f7303d GO upgrade to 1.22.6 (#239)
2f7303d is described below
commit 2f7303dbc016cff94eb57921f2afc980f3812f8e
Author: Kit Chan <[email protected]>
AuthorDate: Mon Sep 2 16:10:26 2024 -0700
GO upgrade to 1.22.6 (#239)
* 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 88863fd..013173a 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.21.11
+1.22.6
diff --git a/go.mod b/go.mod
index ecf7978..ee0fc8a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.21.11
+go 1.22.6
require (
github.com/alicebob/miniredis/v2 v2.31.1