Skip to content

Commit

Permalink
feat(deps): Bump go version to 1.13.
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Stuart <hi@jessestuart.com>
  • Loading branch information
jessestuart committed Sep 11, 2019
1 parent 35752a5 commit d478a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ test -d /lib64 || mkdir /lib64
ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2

rm -rf /usr/local/go
curl -sL https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz | tar xz
curl -sL https://dl.google.com/go/go1.13.linux-amd64.tar.gz | tar xz
mv go/ /usr/local/
go env && go version

0 comments on commit d478a64

Please sign in to comment.