diff --git a/Vagrantfile b/Vagrantfile index 58de5765..7fd2e6e3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 \ No newline at end of file +end