Dockerfile: use Go 1.16.5
Going to use the Tailscale fork of the Go toolchain instead.
This commit is contained in:
+2
-2
@@ -32,9 +32,9 @@ RUN echo y | $ANDROID_HOME/tools/bin/sdkmanager 'build-tools;28.0.3'
|
||||
|
||||
# Get Go stable release
|
||||
WORKDIR $HOME
|
||||
ARG GO_VERSION=1.17rc1
|
||||
ARG GO_VERSION=1.16.5
|
||||
RUN curl -O https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz
|
||||
RUN echo "bfbd3881a01ca3826777b1c40f241acacd45b14730d373259cd673d74e15e534 go${GO_VERSION}.linux-amd64.tar.gz" | sha256sum -c
|
||||
RUN echo "b12c23023b68de22f74c0524f10b753e7b08b1504cb7e417eccebdd3fae49061 go${GO_VERSION}.linux-amd64.tar.gz" | sha256sum -c
|
||||
RUN tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && mv go goroot
|
||||
ENV GOROOT $HOME/goroot
|
||||
ENV PATH $PATH:$GOROOT/bin:$HOME/bin:$ANDROID_HOME/platform-tools
|
||||
|
||||
Reference in New Issue
Block a user