mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
eclass/coreos-go-depend: use go 1.21
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
57f2b0c8e2
commit
ca129b1d96
@ -13,7 +13,7 @@
|
|||||||
# @CODE
|
# @CODE
|
||||||
# COREOS_GO_VERSION=go1.20
|
# COREOS_GO_VERSION=go1.20
|
||||||
# @CODE
|
# @CODE
|
||||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.20}"
|
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.21}"
|
||||||
|
|
||||||
case "${EAPI:-0}" in
|
case "${EAPI:-0}" in
|
||||||
5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;
|
5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user