vagrant: Upgrade Vagrantfile to Go 1.7.1

This commit is contained in:
James Nugent 2016-10-14 15:32:28 -05:00
parent b22f12ab65
commit 18a7d418f8
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -5,7 +5,7 @@
VAGRANTFILE_API_VERSION = "2"
$script = <<SCRIPT
GOVERSION="1.7"
GOVERSION="1.7.1"
SRCROOT="/opt/go"
SRCPATH="/opt/gopath"