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 b3e8c21 go 1.22.10 upgrade (#267)
b3e8c21 is described below
commit b3e8c213128db45e4475c707a17f68463c666c7a
Author: Kit Chan <[email protected]>
AuthorDate: Tue Dec 31 15:13:48 2024 -0800
go 1.22.10 upgrade (#267)
* 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 d28b1eb..f5ae945 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.22.9
+1.22.10
diff --git a/go.mod b/go.mod
index 069f1d9..a4f9a81 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/trafficserver-ingress-controller
-go 1.22.9
+go 1.22.10
require (
github.com/alicebob/miniredis/v2 v2.31.1