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:
Dongsu Park 2023-05-24 14:28:54 +02:00 committed by Sayan Chowdhury
parent 487a2a1065
commit 886cdf4485
2 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@
# #
# Example: # Example:
# @CODE # @CODE
# COREOS_GO_VERSION=go1.19 # COREOS_GO_VERSION=go1.20
# @CODE # @CODE
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.19}" export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.20}"
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}=" ;;

View File

@ -30,7 +30,7 @@
# #
# Example: # Example:
# @CODE # @CODE
# COREOS_GO_VERSION=go1.19 # COREOS_GO_VERSION=go1.20
# @CODE # @CODE
case "${EAPI:-0}" in case "${EAPI:-0}" in