eclass/coreos-go-depend: Set the default Go version to 1.10

This commit is contained in:
David Michael 2018-02-16 17:00:02 -05:00
parent cf078d2478
commit 42fb67306e
2 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@
# #
# Example: # Example:
# @CODE # @CODE
# COREOS_GO_VERSION=go1.9 # COREOS_GO_VERSION=go1.10
# @CODE # @CODE
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.9}" export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.10}"
case "${EAPI:-0}" in case "${EAPI:-0}" in
5|6) ;; 5|6) ;;

View File

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