Skip to content

Commit 7ee76d3

Browse files
committed
fixing test workflow
1 parent 7c7e9ab commit 7ee76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version-file: go.mod
2525

26-
- run: go mod tidy -compat=1.17 && go mod vendor
26+
- run: go mod tidy && go mod vendor
2727

2828
- working-directory: acctest
2929
run: go test -v

0 commit comments

Comments
 (0)