mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Use the newer go pre-built binary in vagrant as well, just like travis
This commit is contained in:
parent
c1ac120828
commit
09f0e9ece1
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
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…
Reference in a new issue