Browse Source

scripts/goenv.sh: Require Go 1.5.3

pull/1336/head
rih 9 years ago
parent
commit
d1c3f5de25
  1. 2
      scripts/goenv.sh

2
scripts/goenv.sh

@ -15,7 +15,7 @@ goroot="$1"
gopath="$2"
go_version_min="1.5"
go_version_install="1.5.1"
go_version_install="1.5.3"
vernum() {
printf "%03d%03d%03d" $(echo "$1" | tr '.' ' ')

Loading…
Cancel
Save