Skip to content

Commit

Permalink
update go1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Aug 11, 2020
1 parent 3df31b2 commit e1918c4
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.5.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://dl.google.com/go/go1.14.6.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 e1918c4

Please sign in to comment.