coreos-go-depend: set go1.7 as the default version

This commit is contained in:
Michael Marineau 2016-09-07 17:38:57 -07:00
parent 3c59aa05e0
commit 0b3bf1755c

View File

@ -14,7 +14,7 @@
# @CODE
# COREOS_GO_VERSION=go1.5
# @CODE
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.6}"
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.7}"
case "${EAPI:-0}" in
5|6) ;;