Skip to content

Commit b26935a

Browse files
committed
fix build
1 parent a30fd8c commit b26935a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
3535
- name: tests modules
3636
run: |
37-
go mod vendor
38-
if [ ! -z "$(git status --porcelain)" ]; then
39-
echo "::error::vendor directory if not synched with go.mod, please run go mod vendor"
40-
exit 1
41-
fi
42-
4337
go mod tidy
4438
if [ ! -z "$(git status --porcelain)" ]; then
4539
echo "::error::modules are not tidy, please run go mod tidy"

0 commit comments

Comments
 (0)