We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48c347 commit 9a93db0Copy full SHA for 9a93db0
go.mod
@@ -108,4 +108,4 @@ replace (
108
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.31.0
109
)
110
111
-go 1.22.0
+go 1.22.9
hack/docker-builder/Dockerfile
@@ -6,7 +6,7 @@ RUN dnf -y install make git sudo gcc rsync-daemon rsync openvswitch hostname &&
6
ENV GOPATH="/go"
7
RUN \
8
DESTINATION=/opt && \
9
- VERSION=1.21.7 && \
+ VERSION=1.22.9 && \
10
TARBALL=go${VERSION}.linux-amd64.tar.gz && \
11
URL=https://dl.google.com/go && \
12
mkdir -p ${DESTINATION} && \
0 commit comments