From 886cdf4485d30a0c03bf17dcb51af2ec14ca94bb Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 24 May 2023 14:28:54 +0200 Subject: [PATCH] eclass: update the default Go version to 1.20.4 Update the default Go version from 1.19 to the latest 1.20. Note, we still keep setting COREOS_GO_VERSION="go1.19" for containerd, cri-tools, docker, docker-cli, docker-proxy, docker-runc, following the default version of upstream projects. --- .../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 a81944891e..e7f016acd4 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.19 +# COREOS_GO_VERSION=go1.20 # @CODE -export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.19}" +export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.20}" case "${EAPI:-0}" in 5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;; 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 0d89acc762..df69becef4 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 @@ -30,7 +30,7 @@ # # Example: # @CODE -# COREOS_GO_VERSION=go1.19 +# COREOS_GO_VERSION=go1.20 # @CODE case "${EAPI:-0}" in