Update the Vagrantfile to install Go 1.11.1.

pull/19118/head
Chris Doherty 8 years ago
parent c98f2087fb
commit 62860a56e2

2
Vagrantfile vendored

@ -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

Loading…
Cancel
Save