From ca129b1d96dae726c5a43fe92e5e88a65250e96b Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 23 Jul 2024 10:57:20 +0200 Subject: [PATCH] eclass/coreos-go-depend: use go 1.21 Signed-off-by: Mathieu Tortuyaux --- .../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 e7f016acd4..bec7ddc1e6 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 @@ -13,7 +13,7 @@ # @CODE # COREOS_GO_VERSION=go1.20 # @CODE -export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.20}" +export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.21}" case "${EAPI:-0}" in 5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;