eclass/coreos-go-depend: Bump the default Go version to 1.11

This commit is contained in:
David Michael 2018-08-25 12:50:38 +00:00
parent 3f4cce331a
commit 1db4633347
2 changed files with 3 additions and 3 deletions

View File

@ -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) ;;

View File

@ -21,7 +21,7 @@
#
# Example:
# @CODE
# COREOS_GO_VERSION=go1.10
# COREOS_GO_VERSION=go1.11
# @CODE
case "${EAPI:-0}" in