dev-db/etcd: Pin to Go 1.7

The default version is changing from 1.7 to 1.9, but the etcd2
branch upstream is tested against Go 1.7.5.
This commit is contained in:
David Michael 2017-12-06 15:11:08 -05:00
parent c3c800ec5a
commit 4f0ac41fdc
2 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ CROS_WORKON_PROJECT="coreos/etcd"
CROS_WORKON_LOCALNAME="etcd"
CROS_WORKON_REPO="git://github.com"
COREOS_GO_PACKAGE="github.com/coreos/etcd"
COREOS_GO_VERSION="go1.7"
inherit coreos-go toolchain-funcs cros-workon systemd
if [[ "${PV}" == 9999 ]]; then