goup.sh: Updated go version to 1.9.1
This commit is contained in:
parent
2a5544eef1
commit
93dc7bd89e
2
goup.sh
2
goup.sh
@ -8,7 +8,7 @@ case ${1} in
|
|||||||
|
|
||||||
*)
|
*)
|
||||||
pkgname="go"
|
pkgname="go"
|
||||||
version="1.9"
|
version="1.9.1"
|
||||||
distfile="https://storage.googleapis.com/golang/${pkgname}${version}.linux-amd64.tar.gz"
|
distfile="https://storage.googleapis.com/golang/${pkgname}${version}.linux-amd64.tar.gz"
|
||||||
tmpdir="/tmp"
|
tmpdir="/tmp"
|
||||||
installdir="/usr/local"
|
installdir="/usr/local"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user