Merge pull request #3120 from tylert/vagrant-go-version

Use the newer go pre-built binary in vagrant as well, just like travis
pull/3127/head
Chris Bednarski 10 years ago
commit 1860f0a067

2
Vagrantfile vendored

@ -3,7 +3,7 @@
$script = <<SCRIPT
# Fetch from https://golang.org/dl
TARBALL="https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz"
TARBALL="https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz"
UNTARPATH="/opt"
GOROOT="${UNTARPATH}/go"

Loading…
Cancel
Save