Skip to content

Commit

Permalink
Remove wildcard suffix from setup_terraform workflow call (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Apr 18, 2024
1 parent 392ed7c commit 23c2403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
go-version-file: 'go.mod'
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: ${{ matrix.terraform }}.*
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: go mod edit -replace=github.com/hashicorp/terraform-plugin-framework=../
- run: go mod tidy
Expand All @@ -65,7 +65,7 @@ jobs:
go-version-file: 'go.mod'
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: ${{ matrix.terraform }}.*
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: go mod edit -replace=github.com/hashicorp/terraform-plugin-framework=../
- run: go mod tidy
Expand Down

0 comments on commit 23c2403

Please sign in to comment.