Skip to content

Commit 9a93db0

Browse files
authored
Bump go to 1.22.9 (#332)
Signed-off-by: Petr Horacek <[email protected]>
1 parent b48c347 commit 9a93db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ replace (
108108
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.31.0
109109
)
110110

111-
go 1.22.0
111+
go 1.22.9

hack/docker-builder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dnf -y install make git sudo gcc rsync-daemon rsync openvswitch hostname &&
66
ENV GOPATH="/go"
77
RUN \
88
DESTINATION=/opt && \
9-
VERSION=1.21.7 && \
9+
VERSION=1.22.9 && \
1010
TARBALL=go${VERSION}.linux-amd64.tar.gz && \
1111
URL=https://dl.google.com/go && \
1212
mkdir -p ${DESTINATION} && \

0 commit comments

Comments
 (0)