also emit the vault version installed

pull/15661/head
R.B. Boyer 2022-12-02 15:31:25 -06:00
parent 51f8e56fe0
commit 4c7c84292d
1 changed files with 1 additions and 0 deletions

View File

@ -957,6 +957,7 @@ jobs:
wget -q -O /tmp/vault.zip https://releases.hashicorp.com/vault/${VAULT_BINARY_VERSION}/vault_${VAULT_BINARY_VERSION}_linux_amd64.zip
sudo unzip -d /usr/local/bin /tmp/vault.zip
rm -rf /tmp/vault*
vault version
- checkout
- run: go mod download
- run: