diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index e6f4eec0f..e5aaa28da 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -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-go=../ - run: go mod tidy @@ -72,7 +72,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-go=../ - run: go mod tidy