mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
eclass: update the default Go version to 1.20.4
Update the default Go version from 1.19 to the latest 1.20. Note, we still keep setting COREOS_GO_VERSION="go1.19" for containerd, cri-tools, docker, docker-cli, docker-proxy, docker-runc, following the default version of upstream projects.
This commit is contained in:
parent
487a2a1065
commit
886cdf4485
@ -11,9 +11,9 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.19
|
||||
# COREOS_GO_VERSION=go1.20
|
||||
# @CODE
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.19}"
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.20}"
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;
|
||||
|
@ -30,7 +30,7 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.19
|
||||
# COREOS_GO_VERSION=go1.20
|
||||
# @CODE
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
|
Loading…
Reference in New Issue
Block a user