Skip to content

Commit c0fc5ff

Browse files
authored
Merge pull request #1944 from swastik959/trivy-1.24.11
[release-v2.13] Updated go version
2 parents 2b9fcfd + d950b5b commit c0fc5ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.9.linux-${ARCH}.tar.gz | tar -xzf - -C /usr/local/
11+
RUN curl -sLf https://storage.googleapis.com/golang/go1.24.11.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/eks-operator
22

33
go 1.24.0
44

5-
toolchain go1.24.9
5+
toolchain go1.24.11
66

77
replace k8s.io/client-go => k8s.io/client-go v0.34.1
88

0 commit comments

Comments
 (0)