Skip to content

Commit

Permalink
Merge pull request #20 from yeya24/update-1.12.10
Browse files Browse the repository at this point in the history
update to go 1.12.10
  • Loading branch information
allencloud authored Oct 17, 2019
2 parents c25cdd2 + 21eb7b3 commit e88a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update \
# install golang
# set go binary path to local $PATH
# go binary path is /usr/local/go/bin
ENV GO_VERSION=1.12.6
ENV GO_VERSION=1.12.10
ENV ARCH=amd64
RUN wget --quiet https://storage.googleapis.com/golang/go${GO_VERSION}.linux-${ARCH}.tar.gz \
&& tar -C /usr/local -xzf go${GO_VERSION}.linux-${ARCH}.tar.gz \
Expand Down

0 comments on commit e88a6cd

Please sign in to comment.