Update etcd in tests to 3.0.13

This commit is contained in:
Wojciech Tyczynski
2016-10-27 13:47:52 +02:00
parent 9132965253
commit 543c2c20ac
6 changed files with 11 additions and 11 deletions

View File

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