Skip to content

Commit

Permalink
feat: support golang v1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gythialy committed Aug 16, 2020
1 parent 17da7f8 commit 32e90af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN \

# update golang
RUN \
GOLANG_VERSION=1.14.7 && \
GOLANG_VERSION=1.15 && \
GOLANG_DIST=https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz \
GOLANG_DIST_SHA=4a7fa60f323ee1416a4b1425aefc37ea359e9d64df19c326a58953a97ad41ea5 && \
GOLANG_DIST_SHA=2d75848ac606061efe52a8068d0e647b35ce487a15bb52272c427df485193602 && \
wget -O go.tgz "$GOLANG_DIST"; \
echo "${GOLANG_DIST_SHA} *go.tgz" | sha256sum -c -; \
rm -rf /usr/local/go; \
Expand Down

0 comments on commit 32e90af

Please sign in to comment.