Merge pull request #1336 from RichiH/security/go_1.5.3

scripts/goenv.sh: Require Go 1.5.3
pull/1341/head
Björn Rabenstein 2016-01-25 12:24:15 +01:00
commit f50d90f3aa
1 changed files with 1 additions and 1 deletions

View File

@ -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 '.' ' ')