Update Vagrantfile

This commit is contained in:
Alex Dadgar
2017-09-03 18:03:39 -07:00
committed by GitHub
parent e11bc168a7
commit 5506431924

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