From b1edc7b112b80807633f4b5678ecf968e15a1662 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Fri, 8 Apr 2022 15:33:45 -0700 Subject: [PATCH] Update vault to 1.9.4 Vault hasn't been updated for a while, and we should be testing against a newer version. I'd update to 1.10.0, but we would run afoul of https://github.com/hashicorp/vault/issues/14863. We should update to 1.10.1 as soon as it comes our, or better yet move to using latest. Signed-off-by: Mark Anderson --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df724af174..0226bffbf3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ references: GIT_COMMITTER_NAME: circleci-consul S3_ARTIFACT_BUCKET: consul-dev-artifacts-v2 BASH_ENV: .circleci/bash_env.sh - VAULT_BINARY_VERSION: 1.2.2 + VAULT_BINARY_VERSION: 1.9.4 steps: install-gotestsum: &install-gotestsum