vagrant: Upgrade to Go 1.7.3

This commit is contained in:
James Nugent 2016-10-19 15:12:43 -05:00
parent d0b3fd1c71
commit f06726f57b
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.1"
GOVERSION="1.7.3"
SRCROOT="/opt/go"
SRCPATH="/opt/gopath"