Skip to content

Commit daeea48

Browse files
authored
Merge pull request #33 from datarootsio/bugfix/terrafrom-version-test
Set terraform version when calling go test
2 parents ab06d4a + a975feb commit daeea48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/terraform-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ jobs:
5656
version: ${{ env.golangci_lint_version }}
5757

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

0 commit comments

Comments
 (0)