diff --git a/.ci/integration_test b/.ci/integration_test index d8f55ad35..aabdf25c8 100755 --- a/.ci/integration_test +++ b/.ci/integration_test @@ -70,7 +70,7 @@ function setup_ginkgo() { function setup_etcd(){ echo "Downloading and installing etcd..." - export ETCD_VER=v3.4.13 + export ETCD_VER=v3.4.34 if [[ $(uname) == 'Darwin' ]]; then curl -L https://storage.googleapis.com/etcd/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o etcd-${ETCD_VER}-darwin-amd64.zip unzip etcd-${ETCD_VER}-darwin-amd64.zip > /dev/null