Skip to content

Commit 2a10f8f

Browse files
authored
Merge pull request #1829 from swastik959/updatego
[v2.13] updated go version
2 parents cc665bb + 00b06b7 commit 2a10f8f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN zypper -n update && \
88

99
ENV 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
1313
RUN if [ "${ARCH}" == "arm64" ]; then \
1414
zypper -n install binutils-gold ; \

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/rancher/eks-operator
22

3-
go 1.24.0
4-
5-
toolchain go1.24.7
3+
go 1.24.9
64

75
replace k8s.io/client-go => k8s.io/client-go v0.34.1
86

0 commit comments

Comments
 (0)