Bump etcd to 3.0.14 in tests

This commit is contained in:
Wojciech Tyczynski
2016-11-07 08:40:08 +01:00
parent 14961af811
commit b34ac6baef
8 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-3.0.13}
ETCD_VERSION=${ETCD_VERSION:-3.0.14}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}