Go: Bump to v1.24.4. (#13494)

This commit is contained in:
Marco Ebert 2025-06-08 19:30:22 +02:00 committed by GitHub
parent 7b52655376
commit 4ed49762d3
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.3
1.24.4

2
go.mod
View file

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

View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/custom-error-pages
go 1.24.3
go 1.24.4
require github.com/prometheus/client_golang v1.22.0

View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/ext-auth-example-authsvc
go 1.24.3
go 1.24.4
require k8s.io/apimachinery v0.33.1

View file

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

View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/go-grpc-greeter-server
go 1.24.3
go 1.24.4
require (
google.golang.org/grpc v1.72.2

View file

@ -1,6 +1,6 @@
module github.com/jet/kube-webhook-certgen
go 1.24.3
go 1.24.4
require (
github.com/onrik/logrus v0.11.0