mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
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:
parent
2ef596ded0
commit
6b83baa45f
@ -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}=" ;;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user