build: update to go 1.15.6 (#836)

* build: update to go 1.15.5

* Update ci/goinstall.sh

Co-authored-by: Jeff Mitchell <jeffrey.mitchell@gmail.com>
pull/837/head
Jeff Malnick 5 years ago committed by GitHub
parent e52db40d1f
commit b96c8bffb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save