Update the Vagrantfile to install Go 1.11.1.
This commit is contained in:
parent
c98f2087fb
commit
62860a56e2
|
@ -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…
Reference in New Issue