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 7c7e9ab commit 7ee76d3Copy full SHA for 7ee76d3
.github/workflows/tests.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
go-version-file: go.mod
25
26
- - run: go mod tidy -compat=1.17 && go mod vendor
+ - run: go mod tidy && go mod vendor
27
28
- working-directory: acctest
29
run: go test -v
0 commit comments