From ec5e23065c6a6cde0533bab24615a81ae91de462 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 14 Nov 2017 15:06:41 -0800 Subject: [PATCH] bump go --- scripts/vagrant-linux-priv-go.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/vagrant-linux-priv-go.sh b/scripts/vagrant-linux-priv-go.sh index db146685f..07b5af013 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.9 + local go_version=1.9.2 local download= download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz" @@ -21,7 +21,6 @@ install_go # Ensure that the GOPATH tree is owned by vagrant:vagrant mkdir -p /opt/gopath -chown -R vagrant:vagrant /opt/gopath # Ensure Go is on PATH if [ ! -e /usr/bin/go ] ; then