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 <manderson@hashicorp.com>
This commit is contained in:
Mark Anderson 2022-04-08 15:33:45 -07:00
parent 9a81a77264
commit 365f1c866f
1 changed files with 1 additions and 1 deletions

View File

@ -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