Skip to content

Commit

Permalink
Build with Go v1.21
Browse files Browse the repository at this point in the history
Longhorn 7341

Signed-off-by: Eric Weber <eric.weber@suse.com>
  • Loading branch information
ejweber authored and David Ko committed Dec 18, 2023
1 parent c6cc6d2 commit 11af596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN if [ ${ARCH} == "s390x" ]; then \
# Install Go & tools
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm64=arm64 GOLANG_ARCH_s390x=s390x GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
RUN wget -O - https://storage.googleapis.com/golang/go1.20.3.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
RUN wget -O - https://storage.googleapis.com/golang/go1.21.3.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
go install golang.org/x/lint/golint@latest

VOLUME /tmp
Expand Down

0 comments on commit 11af596

Please sign in to comment.