mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
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:
parent
c3c800ec5a
commit
4f0ac41fdc
@ -6,6 +6,7 @@ CROS_WORKON_PROJECT="coreos/etcd"
|
|||||||
CROS_WORKON_LOCALNAME="etcd"
|
CROS_WORKON_LOCALNAME="etcd"
|
||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
COREOS_GO_PACKAGE="github.com/coreos/etcd"
|
COREOS_GO_PACKAGE="github.com/coreos/etcd"
|
||||||
|
COREOS_GO_VERSION="go1.7"
|
||||||
inherit coreos-go toolchain-funcs cros-workon systemd
|
inherit coreos-go toolchain-funcs cros-workon systemd
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user