eclass/coreos-go-depend: use go 1.21

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-07-23 10:57:20 +02:00
parent 57f2b0c8e2
commit ca129b1d96
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -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}=" ;;