Skip to content

Go: Bump to v1.24.2. #13146

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.1
1.24.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx

go 1.24.1
go 1.24.2

require (
dario.cat/mergo v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion images/custom-error-pages/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion images/ext-auth-example-authsvc/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion images/fastcgi-helloserver/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module k8s.io/ingress-nginx/fastcgi-helloserver

go 1.24.1
go 1.24.2
2 changes: 1 addition & 1 deletion images/go-grpc-greeter-server/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/kube-webhook-certgen/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down