Use Go 1.8.1 in Vagrant

This commit is contained in:
Michael Schurter 2017-04-25 09:24:39 -07:00
parent 342d10627d
commit a7e913ee78
1 changed files with 1 additions and 1 deletions

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