From 6ccc4183f51f36bcf55dc0ff591f9c42ab973540 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Wed, 26 Apr 2017 13:01:59 -0700 Subject: [PATCH] Update Vagrantfile to use go1.8.1 (#14008) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index f59618e3b..368331868 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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