Update Vagrantfile

This commit is contained in:
Alex Dadgar 2017-09-03 18:03:39 -07:00 committed by GitHub
parent 12203c514d
commit 53295748aa
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.9.0"
GO_VERSION="1.9"
export DEBIAN_FRONTEND=noninteractive