From 06c990f80a1d88c06d6b2a42fd5360966cdf8214 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 22 Jan 2025 00:02:37 +0100 Subject: [PATCH] Go: Bump to v1.23.5. (#12717) --- GOLANG_VERSION | 2 +- go.mod | 2 +- images/custom-error-pages/rootfs/go.mod | 2 +- images/ext-auth-example-authsvc/rootfs/go.mod | 2 +- images/kube-webhook-certgen/rootfs/go.mod | 2 +- magefiles/go.mod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GOLANG_VERSION b/GOLANG_VERSION index 27ddcc14da..ca8ec414e7 100644 --- a/GOLANG_VERSION +++ b/GOLANG_VERSION @@ -1 +1 @@ -1.23.4 +1.23.5 diff --git a/go.mod b/go.mod index b33e499ceb..91748527f6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module k8s.io/ingress-nginx -go 1.23.4 +go 1.23.5 require ( dario.cat/mergo v1.0.1 diff --git a/images/custom-error-pages/rootfs/go.mod b/images/custom-error-pages/rootfs/go.mod index 274b81ab14..e221e8e417 100644 --- a/images/custom-error-pages/rootfs/go.mod +++ b/images/custom-error-pages/rootfs/go.mod @@ -1,6 +1,6 @@ module k8s.io/ingress-nginx/custom-error-pages -go 1.23.4 +go 1.23.5 require github.com/prometheus/client_golang v1.20.5 diff --git a/images/ext-auth-example-authsvc/rootfs/go.mod b/images/ext-auth-example-authsvc/rootfs/go.mod index c90ef9aaf0..8db2af11b9 100644 --- a/images/ext-auth-example-authsvc/rootfs/go.mod +++ b/images/ext-auth-example-authsvc/rootfs/go.mod @@ -1,6 +1,6 @@ module example.com/authsvc -go 1.23.4 +go 1.23.5 require k8s.io/apimachinery v0.32.1 diff --git a/images/kube-webhook-certgen/rootfs/go.mod b/images/kube-webhook-certgen/rootfs/go.mod index e0e50678c1..60d82d7a12 100644 --- a/images/kube-webhook-certgen/rootfs/go.mod +++ b/images/kube-webhook-certgen/rootfs/go.mod @@ -1,6 +1,6 @@ module github.com/jet/kube-webhook-certgen -go 1.23.4 +go 1.23.5 require ( github.com/onrik/logrus v0.11.0 diff --git a/magefiles/go.mod b/magefiles/go.mod index 9ee2bf3639..5bb8b79ee1 100644 --- a/magefiles/go.mod +++ b/magefiles/go.mod @@ -1,6 +1,6 @@ module k8s.io/ingress-nginx/magefiles -go 1.23.4 +go 1.23.5 require ( github.com/blang/semver/v4 v4.0.0