Go: Bump to v1.24.2. (#13148)

This commit is contained in:
Marco Ebert 2025-04-02 14:26:38 +01:00 committed by GitHub
parent d7c00069fe
commit ce0e6d73d7
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.24.1
1.24.2

2
go.mod
View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx
go 1.24.1
go 1.24.2
require (
dario.cat/mergo v1.0.1

View file

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

View file

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

View file

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

View file

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

View file

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