mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
eclass/coreos-go-depend: Set the default Go version to 1.10
This commit is contained in:
parent
cf078d2478
commit
42fb67306e
@ -11,9 +11,9 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.9
|
||||
# COREOS_GO_VERSION=go1.10
|
||||
# @CODE
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.9}"
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.10}"
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
5|6) ;;
|
||||
|
@ -21,7 +21,7 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.9
|
||||
# COREOS_GO_VERSION=go1.10
|
||||
# @CODE
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user