coreos-devel/mantle: Build with Go 1.9

The Jenkins and Travis configurations were already updated in the
repository, but the ebuild hadn't been bumped to stay in sync.
This commit is contained in:
David Michael 2017-11-22 14:40:17 -05:00
parent 246a21ebb7
commit 830ea4122a
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CROS_WORKON_PROJECT="coreos/mantle"
CROS_WORKON_LOCALNAME="mantle"
CROS_WORKON_REPO="git://github.com"
COREOS_GO_PACKAGE="github.com/coreos/mantle"
COREOS_GO_VERSION="go1.8"
COREOS_GO_VERSION="go1.9"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"