mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
eclass/coreos-go-depend: use go 1.22
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
7fce00f274
commit
0af94953a0
@ -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.21}"
|
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.22}"
|
||||||
|
|
||||||
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