From 62860a56e22b64492a728da3d8fb4e2e0f6a2da5 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Thu, 18 Oct 2018 15:22:25 -0700 Subject: [PATCH] Update the Vagrantfile to install Go 1.11.1. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index d140efb91..25159b938 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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