Go: Bump to v1.24.2. (#13148)
This commit is contained in:
parent
d7c00069fe
commit
ce0e6d73d7
7 changed files with 7 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
1.24.1
|
||||
1.24.2
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/ingress-nginx
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
dario.cat/mergo v1.0.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/ingress-nginx/custom-error-pages
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require github.com/prometheus/client_golang v1.21.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/ingress-nginx/ext-auth-example-authsvc
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require k8s.io/apimachinery v0.32.3
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module k8s.io/ingress-nginx/fastcgi-helloserver
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/ingress-nginx/go-grpc-greeter-server
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
google.golang.org/grpc v1.71.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/jet/kube-webhook-certgen
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/onrik/logrus v0.11.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue