We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e7097 commit 6d19ca6Copy full SHA for 6d19ca6
.github/workflows/ci-go.yml
@@ -39,7 +39,7 @@ jobs:
39
go-version-file: 'go.mod'
40
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
41
with:
42
- terraform_version: ${{ matrix.terraform }}.*
+ terraform_version: ${{ matrix.terraform }}
43
terraform_wrapper: false
44
- run: go mod edit -replace github.com/hashicorp/terraform-plugin-go=../
45
- run: go mod tidy
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments