Skip to content

Commit 6677441

Browse files
author
dpf
committed
Set terraform version when calling go test
1 parent ab06d4a commit 6677441

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/terraform-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
args: --timeout=3m0s
5656
version: ${{ env.golangci_lint_version }}
5757

58+
- uses: hashicorp/setup-terraform@v1
59+
with:
60+
terraform_version: 0.15.4
61+
5862
- name: "go test"
5963
run: |
6064
go test -v -timeout ${{ env.tests_timeout }} ./...

0 commit comments

Comments
 (0)