From 9929bd05a331aa7096e7fa38b917e484b4c60a1c Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Tue, 15 Jan 2019 14:31:51 -0500 Subject: [PATCH] update vagrantfile for go1.11.4 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 25159b9384..54cd2e43fc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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