Update the Vagrantfile to install Go 1.11.1.

This commit is contained in:
Chris Doherty 2018-10-18 15:22:25 -07:00
parent c98f2087fb
commit 62860a56e2
1 changed files with 1 additions and 1 deletions

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