mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
enos: install go toolchain on lint (#28182)
Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
4
.github/workflows/enos-lint.yml
vendored
4
.github/workflows/enos-lint.yml
vendored
@@ -38,6 +38,10 @@ jobs:
|
||||
ENOS_VAR_tfc_api_token: ${{ secrets.TF_API_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
||||
with:
|
||||
cache: false # save cache space for vault builds: https://github.com/hashicorp/vault/pull/21764
|
||||
go-version-file: .go-version
|
||||
- uses: ./.github/actions/install-external-tools
|
||||
- uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user