mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
scripts/goenv.sh: Require Go 1.5.3
This commit is contained in:
parent
308d447cd7
commit
d1c3f5de25
|
@ -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 a new issue