Skip to content

Commit

Permalink
Bump go to 1.22.9 (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek authored Nov 13, 2024
1 parent b48c347 commit 9a93db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ replace (
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.31.0
)

go 1.22.0
go 1.22.9
2 changes: 1 addition & 1 deletion hack/docker-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN dnf -y install make git sudo gcc rsync-daemon rsync openvswitch hostname &&
ENV GOPATH="/go"
RUN \
DESTINATION=/opt && \
VERSION=1.21.7 && \
VERSION=1.22.9 && \
TARBALL=go${VERSION}.linux-amd64.tar.gz && \
URL=https://dl.google.com/go && \
mkdir -p ${DESTINATION} && \
Expand Down

0 comments on commit 9a93db0

Please sign in to comment.