Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.25.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx

go 1.25.0
go 1.25.1

require (
dario.cat/mergo v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion images/custom-error-pages/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/custom-error-pages

go 1.25.0
go 1.25.1

require github.com/prometheus/client_golang v1.23.0

Expand Down
2 changes: 1 addition & 1 deletion images/ext-auth-example-authsvc/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/ext-auth-example-authsvc

go 1.25.0
go 1.25.1

require k8s.io/apimachinery v0.34.0

Expand Down
2 changes: 1 addition & 1 deletion images/fastcgi-helloserver/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module k8s.io/ingress-nginx/fastcgi-helloserver

go 1.25.0
go 1.25.1
2 changes: 1 addition & 1 deletion images/go-grpc-greeter-server/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/go-grpc-greeter-server

go 1.25.0
go 1.25.1

require (
google.golang.org/grpc v1.75.0
Expand Down
2 changes: 1 addition & 1 deletion images/kube-webhook-certgen/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jet/kube-webhook-certgen

go 1.25.0
go 1.25.1

require (
github.com/onrik/logrus v0.11.0
Expand Down