Skip to content

Commit

Permalink
update Go version in Vagrantfile
Browse files Browse the repository at this point in the history
update go to the lastest version v1.12.7

Co-authored-by: Gabe Rosenhouse <[email protected]>
  • Loading branch information
mike1808 and rosenhouse committed Jul 9, 2019
1 parent 0eddc55 commit ce95607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Vagrant.configure(2) do |config|
set -e -x -u
apt-get update -y || (sleep 40 && apt-get update -y)
apt-get install -y git gcc-multilib gcc-mingw-w64
wget -qO- https://storage.googleapis.com/golang/go1.11.1.linux-amd64.tar.gz | tar -C /usr/local -xz
wget -qO- https://storage.googleapis.com/golang/go1.12.7.linux-amd64.tar.gz | tar -C /usr/local -xz
echo 'export GOPATH=/go' >> /root/.bashrc
echo 'export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin' >> /root/.bashrc
cd /go/src/github.com/containernetworking/plugins
SHELL
end
end

0 comments on commit ce95607

Please sign in to comment.