mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update the Vagrantfile to install Go 1.11.1.
This commit is contained in:
parent
c98f2087fb
commit
62860a56e2
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -5,7 +5,7 @@
|
|||||||
VAGRANTFILE_API_VERSION = "2"
|
VAGRANTFILE_API_VERSION = "2"
|
||||||
|
|
||||||
# Software version variables
|
# Software version variables
|
||||||
GOVERSION = "1.9"
|
GOVERSION = "1.11.1"
|
||||||
UBUNTUVERSION = "16.04"
|
UBUNTUVERSION = "16.04"
|
||||||
|
|
||||||
# CPU and RAM can be adjusted depending on your system
|
# CPU and RAM can be adjusted depending on your system
|
||||||
|
Loading…
Reference in New Issue
Block a user