update vagrantfile for go1.11.4

This commit is contained in:
Alex Pilon 2019-01-15 14:31:51 -05:00
parent de769533e1
commit 9929bd05a3
No known key found for this signature in database
GPG Key ID: 95659F6AEFC48D7E
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.11.1"
GOVERSION = "1.11.4"
UBUNTUVERSION = "16.04"
# CPU and RAM can be adjusted depending on your system