Update Vagrantfile to use go1.8.1 (#14008)

pull/14009/head
Christoph Blecker 9 years ago committed by Paul Stack
parent aca8e4fe6c
commit 6ccc4183f5

2
Vagrantfile vendored

@ -5,7 +5,7 @@
VAGRANTFILE_API_VERSION = "2"
# Software version variables
GOVERSION = "1.8"
GOVERSION = "1.8.1"
UBUNTUVERSION = "16.04"
# CPU and RAM can be adjusted depending on your system

Loading…
Cancel
Save