Merge pull request #19118 from hashicorp/cd/vagrantfile-go-1.11.1

Update the Vagrantfile to install Go 1.11.1.
This commit is contained in:
Chris Doherty 2018-10-18 18:38:17 -05:00 committed by GitHub
commit 072f73a381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View File

@ -5,7 +5,7 @@
VAGRANTFILE_API_VERSION = "2"
# Software version variables
GOVERSION = "1.9"
GOVERSION = "1.11.1"
UBUNTUVERSION = "16.04"
# CPU and RAM can be adjusted depending on your system