coreos-devel/mantle: build with go1.8

In particular, this fixes random HTTP2 stream errors.
This commit is contained in:
David Michael 2017-04-13 11:10:59 -07:00
parent b9867ae8d2
commit 2f9aa1099d
2 changed files with 1 additions and 0 deletions

View File

@ -6,6 +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"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"