Skip to content

Commit

Permalink
Update go 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas authored Dec 29, 2020
1 parent 7e24124 commit 66a5e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y \
gcc \
g++ \
clang \
clang-3.9 \
llvm \
yasm \
nasm \
Expand All @@ -30,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.15.5.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://cdn.nodemedia.cn/tar/osxcross-11.0.tar.gz | tar xvz -C / \
&& curl https://cdn.nodemedia.cn/tar/freebsd-9.tar.gz | tar xvz -C /

Expand Down

0 comments on commit 66a5e18

Please sign in to comment.