From 0b3bf1755c3506b84d5316315e6f13a5535d123c Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 7 Sep 2016 17:38:57 -0700 Subject: [PATCH] coreos-go-depend: set go1.7 as the default version --- .../third_party/coreos-overlay/eclass/coreos-go-depend.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass index 47f071e3ff..29197450ff 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go-depend.eclass @@ -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) ;;