From bde95d81c32cb683385b7fe4a3d6c070cb56241f Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Thu, 4 Oct 2018 15:06:02 -0400 Subject: [PATCH] vagrant: updated go_version to 1.11 in vagrant-linux go provisioning script --- scripts/vagrant-linux-priv-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vagrant-linux-priv-go.sh b/scripts/vagrant-linux-priv-go.sh index c363c208a..ba0d612ab 100755 --- a/scripts/vagrant-linux-priv-go.sh +++ b/scripts/vagrant-linux-priv-go.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash function install_go() { - local go_version=1.10.2 + local go_version=1.11 local download= download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"