diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a618615..94fa6e0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,6 +26,7 @@ jobs: - name: install golangci-lint run: | mkdir -p "$HOME/bin" + # TODO: remove golangci-lint pin when release issue is fixed: https://github.com/golangci/golangci-lint/issues/1157 curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$HOME/bin" v1.26.0 echo "::add-path::$HOME/bin" shell: bash # force windows to use git-bash for access to curl diff --git a/.goreleaser.yml b/.goreleaser.yml index aa2bc2f..3b2c233 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -81,9 +81,10 @@ brews: homepage: "https://github.com/joemiller/vault-token-helper" description: "Cross-platform @hashicorp Vault token helper" caveats: | - Run this to create the ~/.vault file. This will instruct vault to use the token helper: + Run this to create the ~/.vault file. This will configure vault to use the token helper: vault-token-helper enable + dependencies: - vault