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 a30fd8c commit b26935aCopy full SHA for b26935a
.github/workflows/main.yml
@@ -34,12 +34,6 @@ jobs:
34
35
- name: tests modules
36
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
-
43
go mod tidy
44
if [ ! -z "$(git status --porcelain)" ]; then
45
echo "::error::modules are not tidy, please run go mod tidy"
0 commit comments