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 35fca28 commit 87736c6Copy full SHA for 87736c6
.github/workflows/ci-go.yml
@@ -45,7 +45,11 @@ jobs:
45
working-directory: .
46
- uses: actions/setup-go@v2
47
with:
48
- go-version: ${{ steps.go-version.outputs.version }}
+ go-version: 1.17.x
49
+ # NOTE: restore the line below once this repo has moved to go 1.17. We're currently hardcoding 1.17.x
50
+ # because the 'corner' provider has moved to that version and we'd still like this test to run.
51
+ #
52
+ #go-version: ${{ steps.go-version.outputs.version }}
53
- run: go mod edit -replace=github.com/hashicorp/terraform-plugin-sdk/v2=../
54
- run: go mod tidy
55
- run: go test -v ./...
0 commit comments