mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 22:46:58 +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
|
||||
# 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}=" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user