File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN zypper -n update && \
88
99ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH_arm64=arm64 GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
1010 GOPATH=/go CGO_ENABLED=0 PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
11- RUN curl -sLf https://storage.googleapis.com/golang/go1.24.0 .linux-${ARCH}.tar.gz | tar -xzf - -C /usr/local/
11+ RUN curl -sLf https://storage.googleapis.com/golang/go1.24.9 .linux-${ARCH}.tar.gz | tar -xzf - -C /usr/local/
1212# workaround for https://bugzilla.suse.com/show_bug.cgi?id=1183043
1313RUN if [ "${ARCH}" == "arm64" ]; then \
1414 zypper -n install binutils-gold ; \
Original file line number Diff line number Diff line change 11module github.com/rancher/eks-operator
22
3- go 1.24.0
4-
5- toolchain go1.24.7
3+ go 1.24.9
64
75replace k8s.io/client-go => k8s.io/client-go v0.34.1
86
You can’t perform that action at this time.
0 commit comments