From 42fb67306ea7162d525439edd495d6c2ddc02b17 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 16 Feb 2018 17:00:02 -0500 Subject: [PATCH] eclass/coreos-go-depend: Set the default Go version to 1.10 --- .../third_party/coreos-overlay/eclass/coreos-go-depend.eclass | 4 ++-- .../src/third_party/coreos-overlay/eclass/coreos-go.eclass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 f043393a49..817b3676bd 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 @@ -11,9 +11,9 @@ # # Example: # @CODE -# COREOS_GO_VERSION=go1.9 +# COREOS_GO_VERSION=go1.10 # @CODE -export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.9}" +export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.10}" case "${EAPI:-0}" in 5|6) ;; diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass index 8731bf3c1b..feed0f0de8 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass @@ -21,7 +21,7 @@ # # Example: # @CODE -# COREOS_GO_VERSION=go1.9 +# COREOS_GO_VERSION=go1.10 # @CODE case "${EAPI:-0}" in