mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
eclass/coreos-go-depend: Bump the default Go version to 1.11
This commit is contained in:
parent
3f4cce331a
commit
1db4633347
@ -11,9 +11,9 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.10
|
||||
# COREOS_GO_VERSION=go1.11
|
||||
# @CODE
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.10}"
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.11}"
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
5|6) ;;
|
||||
|
@ -21,7 +21,7 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.10
|
||||
# COREOS_GO_VERSION=go1.11
|
||||
# @CODE
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user