From 1db4633347aa01aec4b2b70899f3b8d4e343f8fc Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 25 Aug 2018 12:50:38 +0000 Subject: [PATCH] eclass/coreos-go-depend: Bump the default Go version to 1.11 --- .../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 817b3676bd..73cd910ab6 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.10 +# COREOS_GO_VERSION=go1.11 # @CODE -export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.10}" +export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.11}" 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 feed0f0de8..5945b85907 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.10 +# COREOS_GO_VERSION=go1.11 # @CODE case "${EAPI:-0}" in