eclass: update COREOS_GO_VERSION to 1.16

We need to update COREOS_GO_VERSION in eclass files to 1.16, to make
builds work with Go 1.16 by default.
This commit is contained in:
Dongsu Park 2021-04-19 12:14:10 +02:00
parent 2ef596ded0
commit 6b83baa45f
2 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@
# #
# Example: # Example:
# @CODE # @CODE
# COREOS_GO_VERSION=go1.15 # COREOS_GO_VERSION=go1.16
# @CODE # @CODE
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.15}" export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.16}"
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.15 # COREOS_GO_VERSION=go1.16
# @CODE # @CODE
case "${EAPI:-0}" in case "${EAPI:-0}" in