Skip to content

Commit

Permalink
ci: explicitly install terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Dec 21, 2024
1 parent 4f97d85 commit d333b20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
go_version: "1.23"
goimports_version: "v0.25.0"
tflint_version: "v0.47.0"
terraform_version: "~1.0"

steps:
- uses: actions/checkout@v4
Expand All @@ -30,6 +31,10 @@ jobs:
- run: |
go install golang.org/x/tools/cmd/goimports@${{ env.goimports_version }}
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ env.terraform_version }}

- uses: terraform-linters/setup-tflint@v4
with:
tflint_version: ${{ env.tflint_version }}
Expand Down

0 comments on commit d333b20

Please sign in to comment.