Skip to content

Commit aaf4dce

Browse files
committed
Go: Bump to v1.23.2.
1 parent 9f49f80 commit aaf4dce

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

GOLANG_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.7
1+
1.23.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/ingress-nginx
22

3-
go 1.22.7
3+
go 1.23.2
44

55
require (
66
dario.cat/mergo v1.0.1

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.22.7
1+
go 1.23.2
22

33
use (
44
.

images/custom-error-pages/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/ingress-nginx/custom-error-pages
22

3-
go 1.22.7
3+
go 1.23.2
44

55
require github.com/prometheus/client_golang v1.20.4
66

images/ext-auth-example-authsvc/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example.com/authsvc
22

3-
go 1.22.7
3+
go 1.23.2
44

55
require k8s.io/apimachinery v0.31.1
66

images/kube-webhook-certgen/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jet/kube-webhook-certgen
22

3-
go 1.22.7
3+
go 1.23.2
44

55
require (
66
github.com/onrik/logrus v0.11.0

magefiles/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/ingress-nginx/magefiles
22

3-
go 1.22.7
3+
go 1.23.2
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

0 commit comments

Comments
 (0)