Merge pull request #5107 from fluxcd/workflows-tf-setup

workflows: Use setup-terraform to install latest
pull/5106/head
Stefan Prodan 1 month ago committed by GitHub
commit aa9de2c6bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,6 +36,8 @@ jobs:
with:
go-version: 1.23.x
cache-dependency-path: tests/integration/go.sum
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- name: Setup Flux CLI
run: make build
working-directory: ./

@ -35,6 +35,8 @@ jobs:
with:
go-version: 1.23.x
cache-dependency-path: tests/integration/go.sum
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- name: Setup Flux CLI
run: make build
working-directory: ./

Loading…
Cancel
Save