mirror of https://github.com/prometheus/prometheus
Merge pull request #1336 from RichiH/security/go_1.5.3
scripts/goenv.sh: Require Go 1.5.3pull/1341/head
commit
f50d90f3aa
|
@ -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…
Reference in New Issue