Use Go 1.8.1 in Vagrant

This commit is contained in:
Michael Schurter
2017-04-25 09:24:39 -07:00
parent 3b1ecfd0f0
commit f428b659cf

2
Vagrantfile vendored
View File

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