Go: Bump to v1.25.1. (#13896)
This commit is contained in:
parent
ea2a37fac0
commit
0aed652106
|
|
@ -1 +1 @@
|
|||
1.25.0
|
||||
1.25.1
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/ingress-nginx
|
||||
|
||||
go 1.25.0
|
||||
go 1.25.1
|
||||
|
||||
require (
|
||||
dario.cat/mergo v1.0.2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module k8s.io/ingress-nginx/fastcgi-helloserver
|
||||
|
||||
go 1.25.0
|
||||
go 1.25.1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue