Skip to content

Commit

Permalink
Update go to v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas authored Oct 15, 2020
1 parent 6175705 commit 82dac17
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 @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
g++-mips64el-linux-gnuabi64 \
pkg-config-mips64el-linux-gnuabi64 \
&& apt-get clean \
&& curl https://dl.google.com/go/go1.14.9.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://cdn.nodemedia.cn/tar/osxcross-10.10.tar.gz | tar xvz -C / \
&& curl https://cdn.nodemedia.cn/tar/freebsd-9.tar.gz | tar xvz -C /

Expand Down

0 comments on commit 82dac17

Please sign in to comment.