File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Vagrant.configure(2) do |config|
1515 sudo apt-get install -y curl git language-pack-en
1616
1717 if [ ! -d /usr/local/go ]; then
18- curl -sSL https://storage.googleapis.com/golang/go1.5.1 .linux-amd64.tar.gz \
18+ curl -sSL https://storage.googleapis.com/golang/go1.6.2 .linux-amd64.tar.gz \
1919 | tar -C /usr/local -xzf -
2020 fi
2121
@@ -36,7 +36,6 @@ Vagrant.configure(2) do |config|
3636 add_if_not_in_file '/home/vagrant/.profile' 'export GOPATH=/home/vagrant/.go'
3737 add_if_not_in_file '/home/vagrant/.profile' 'export PATH=$PATH:/usr/local/go/bin'
3838 add_if_not_in_file '/home/vagrant/.profile' 'export PATH=$PATH:$GOPATH/bin'
39- add_if_not_in_file '/home/vagrant/.profile' 'export GO15VENDOREXPERIMENT=1'
4039
4140 touch /home/vagrant/.hushlogin
4241 mkdir -p /home/vagrant/.go/src/github.com/docker-exec/
You can’t perform that action at this time.
0 commit comments