Skip to content

Commit

Permalink
Forgot to update the testing-local version of golang (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Sep 1, 2017
1 parent 1277b29 commit a7d050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/circle_vm_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo apt-get install -qq mysql-client realpath zip

# golang of the version we want
sudo apt-get remove -qq golang &&
wget -q -O /tmp/golang.tgz https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz &&
wget -q -O /tmp/golang.tgz https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz &&
cd /tmp && tar -xf golang.tgz &&
sudo rm -rf /usr/local/go && sudo mv go /usr/local

Expand Down

0 comments on commit a7d050f

Please sign in to comment.