Bump Go to 1.8.3 in Vagrantfile

This commit is contained in:
Michael Schurter
2017-06-05 10:23:36 -07:00
parent 38aebc056d
commit b5f687df1d

2
Vagrantfile vendored
View File

@@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
DEFAULT_CPU_COUNT = 2
$script = <<SCRIPT
GO_VERSION="1.8.1"
GO_VERSION="1.8.3"
export DEBIAN_FRONTEND=noninteractive