Skip to content

Commit

Permalink
Go: Bump to v1.23.6. (#12799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Feb 5, 2025
1 parent 90eb6aa commit b63cc4d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.5
1.23.6
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.23.5
go 1.23.6

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.23.5
go 1.23.6

require github.com/prometheus/client_golang v1.20.5

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 example.com/authsvc

go 1.23.5
go 1.23.6

require k8s.io/apimachinery v0.32.1

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.23.5
go 1.23.6

require (
github.com/onrik/logrus v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion magefiles/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/ingress-nginx/magefiles

go 1.23.5
go 1.23.6

require (
github.com/blang/semver/v4 v4.0.0
Expand Down

0 comments on commit b63cc4d

Please sign in to comment.