From e27a04ab06efaa04d44e5f144295b1480661aff2 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 16 Feb 2017 14:45:19 -0800 Subject: [PATCH] build: Bump Vagrant to go1.8 (#12026) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index c9ff39e2e..f59618e3b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2" # Software version variables -GOVERSION = "1.7.5" +GOVERSION = "1.8" UBUNTUVERSION = "16.04" # CPU and RAM can be adjusted depending on your system