Skip to content

Commit e780b74

Browse files
committed
Bump go version to v1.25.7
Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent 5dd3b95 commit e780b74

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

GOLANG_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.6
1+
1.25.7

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ clean-chroot-image: ## Removes local image
112112

113113
.PHONY: build
114114
build: ## Build ingress controller, debug tool and pre-stop hook.
115-
E2E_IMAGE=rancher/hardened-build-base:v1.25.6b1 USE_SHELL=/bin/sh build/run-in-docker.sh \
115+
E2E_IMAGE=rancher/hardened-build-base:v$(GO_VERSION)b1 USE_SHELL=/bin/sh build/run-in-docker.sh \
116116
MAC_OS=$(MAC_OS) \
117117
PKG=$(PKG) \
118118
ARCH=$(ARCH) \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/ingress-nginx
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
dario.cat/mergo v1.0.2

images/custom-error-pages/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/ingress-nginx/custom-error-pages
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require github.com/prometheus/client_golang v1.23.2
66

images/ext-auth-example-authsvc/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/ingress-nginx/ext-auth-example-authsvc
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require k8s.io/apimachinery v0.35.0
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module k8s.io/ingress-nginx/fastcgi-helloserver
22

3-
go 1.25.6
3+
go 1.25.7

images/go-grpc-greeter-server/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/ingress-nginx/go-grpc-greeter-server
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
google.golang.org/grpc v1.78.0

images/kube-webhook-certgen/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jet/kube-webhook-certgen
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
github.com/onrik/logrus v0.11.0

0 commit comments

Comments
 (0)