Skip to content

Commit 86e8137

Browse files
authored
Go: Bump to v1.22.6. (#11747)
1 parent 1e6e2e1 commit 86e8137

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

GOLANG_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.5
1+
1.22.6

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.5
3+
go 1.22.6
44

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

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.22.5
1+
go 1.22.6
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.5
3+
go 1.22.6
44

55
require github.com/prometheus/client_golang v1.11.1
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.5
3+
go 1.22.6
44

55
require k8s.io/apimachinery v0.23.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.5
3+
go 1.22.6
44

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

images/opentelemetry/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FROM base AS nginx
3131
ARG NGINX_VERSION=1.25.3
3232
RUN bash /opt/third_party/build.sh -n ${NGINX_VERSION}
3333

34-
FROM golang:1.22.5-bullseye AS build-init
34+
FROM golang:1.22.6-bullseye AS build-init
3535

3636
WORKDIR /go/src/app
3737
COPY . .

images/opentelemetry/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module init-otel
22

3-
go 1.22.5
3+
go 1.22.6

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.5
3+
go 1.22.6
44

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

0 commit comments

Comments
 (0)