goup.sh: Updated go version to 1.9.1

This commit is contained in:
mollusk 2017-10-05 04:28:25 -07:00
parent 2a5544eef1
commit 93dc7bd89e

View File

@ -8,7 +8,7 @@ case ${1} in
*)
pkgname="go"
version="1.9"
version="1.9.1"
distfile="https://storage.googleapis.com/golang/${pkgname}${version}.linux-amd64.tar.gz"
tmpdir="/tmp"
installdir="/usr/local"