eclass/coreos-go-depend: use go 1.22

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-09-16 18:39:59 +02:00 committed by Dongsu Park
parent 7fce00f274
commit 0af94953a0

View File

@ -13,7 +13,7 @@
# @CODE
# COREOS_GO_VERSION=go1.20
# @CODE
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.21}"
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.22}"
case "${EAPI:-0}" in
5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;