From 473d08d532ef9714fe972c6506e670819a82c07f Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Wed, 2 Aug 2017 12:56:35 -0700 Subject: [PATCH] Update Vagrantfile to go1.8.3 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 368331868..69d72df1b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2" # Software version variables -GOVERSION = "1.8.1" +GOVERSION = "1.8.3" UBUNTUVERSION = "16.04" # CPU and RAM can be adjusted depending on your system