Skip to content

Commit 0bb0d21

Browse files
committed
Use latest Go and drop GO15VENDOREXPERIMENT
1 parent a84ddef commit 0bb0d21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)