Go: Bump to v1.25.1. (#13896)

This commit is contained in:
Marco Ebert 2025-09-04 19:53:19 +02:00 committed by GitHub
parent ea2a37fac0
commit 0aed652106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
1.25.0
1.25.1

2
go.mod
View File

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx
go 1.25.0
go 1.25.1
require (
dario.cat/mergo v1.0.2

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
module k8s.io/ingress-nginx/fastcgi-helloserver
go 1.25.0
go 1.25.1

View File

@ -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

View File

@ -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