mirror of
https://github.com/rancher/rke.git
synced 2025-08-10 19:22:41 +00:00
bump Go version used in Dapper
This commit is contained in:
parent
5fcf75db40
commit
c1612b7bf2
@ -11,7 +11,7 @@ RUN apt-get update && \
|
|||||||
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH_arm64=arm64 GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
|
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH_arm64=arm64 GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
|
||||||
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
|
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
|
||||||
|
|
||||||
RUN wget -O - https://storage.googleapis.com/golang/go1.17.6.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local
|
RUN wget -O - https://storage.googleapis.com/golang/go1.19.3.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local
|
||||||
|
|
||||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2
|
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user