Skip to content

Commit

Permalink
Upgrade the etcd version to v3.4.34 in the integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
renormalize committed Oct 18, 2024
1 parent 499689b commit d2da99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/integration_test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2da99e

Please sign in to comment.