Skip to content

Commit

Permalink
eclass: update the default Go version to 1.20.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dongsupark authored and sayanchowdhury committed May 29, 2023
1 parent 487a2a1 commit 886cdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}=" ;;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
# Example:
# @CODE
# COREOS_GO_VERSION=go1.19
# COREOS_GO_VERSION=go1.20
# @CODE

case "${EAPI:-0}" in
Expand Down

0 comments on commit 886cdf4

Please sign in to comment.