From 6b12ce0e91cebc5f8baad3535c208cbe1c5ef37b Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 28 Jan 2019 15:05:47 -0500 Subject: [PATCH] dev: use golang 1.11.5 Use latest Golang point release at this time for development. --- 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 102aee00b..40623b26a 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.11.3 + local go_version=1.11.5 local download= download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"