We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe7f70 commit b2812a1Copy full SHA for b2812a1
.github/workflows/depscheck.yaml
@@ -28,7 +28,7 @@ jobs:
28
echo "::error::Vendor Dependencies Check failed."
29
echo ""
30
echo "Do not modify files in the vendor/ directory directly."
31
- echo "Instead, update dependencies in go.mod and run 'go mod vendor' to sync the vendor directory."
+ echo "Instead, update dependencies in go.mod and run 'go mod tidy && go mod vendor' to sync the vendor directory."
32
echo "Then run 'make depscheck' locally to verify before pushing."
33
save-artifacts-on-fail:
34
needs: depscheck
0 commit comments