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:
|
# Example:
|
||||||
# @CODE
|
# @CODE
|
||||||
# COREOS_GO_VERSION=go1.10
|
# COREOS_GO_VERSION=go1.11
|
||||||
# @CODE
|
# @CODE
|
||||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.10}"
|
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.11}"
|
||||||
|
|
||||||
case "${EAPI:-0}" in
|
case "${EAPI:-0}" in
|
||||||
5|6) ;;
|
5|6) ;;
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# @CODE
|
# @CODE
|
||||||
# COREOS_GO_VERSION=go1.10
|
# COREOS_GO_VERSION=go1.11
|
||||||
# @CODE
|
# @CODE
|
||||||
|
|
||||||
case "${EAPI:-0}" in
|
case "${EAPI:-0}" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user