From b96c8bffb402cf38a7954481902c2d4cc96f2422 Mon Sep 17 00:00:00 2001 From: Jeff Malnick Date: Thu, 17 Dec 2020 12:11:26 -0800 Subject: [PATCH] build: update to go 1.15.6 (#836) * build: update to go 1.15.5 * Update ci/goinstall.sh Co-authored-by: Jeff Mitchell --- ci/goinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/goinstall.sh b/ci/goinstall.sh index 445d7ac80f..7c547ebf33 100755 --- a/ci/goinstall.sh +++ b/ci/goinstall.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION="1.15.4" +VERSION="1.15.6" [ -z "$GOROOT" ] && GOROOT="$HOME/.go" [ -z "$GOPATH" ] && GOPATH="$HOME/go"