Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Go: Bump to v1.22.7. #11970

Merged
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
Go: Bump to v1.22.7.
Gacko authored and k8s-infra-cherrypick-robot committed Sep 13, 2024
commit c4a434adee6d69c2eaefbc33ed1e59b3c6fc59d4
2 changes: 1 addition & 1 deletion GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.6
1.22.7
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.22.6
go 1.22.7

require (
dario.cat/mergo v1.0.1
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.6
go 1.22.7

use (
.
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.22.6
go 1.22.7

require github.com/prometheus/client_golang v1.11.1

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.22.6
go 1.22.7

require k8s.io/apimachinery v0.23.1

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.22.6
go 1.22.7

require (
github.com/onrik/logrus v0.11.0
2 changes: 1 addition & 1 deletion images/opentelemetry/rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ FROM base AS nginx
ARG NGINX_VERSION=1.25.3
RUN bash /opt/third_party/build.sh -n ${NGINX_VERSION}

FROM golang:1.22.6-bullseye AS build-init
FROM golang:1.22.7-bullseye AS build-init

WORKDIR /go/src/app
COPY . .
2 changes: 1 addition & 1 deletion images/opentelemetry/rootfs/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module init-otel

go 1.22.6
go 1.22.7
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.22.6
go 1.22.7

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