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 e6f1925 commit 9ece5abCopy full SHA for 9ece5ab
make/_shared/go/01_mod.mk
@@ -96,7 +96,7 @@ verify-govulncheck: | $(NEEDS_GOVULNCHECK)
96
target=$$(dirname $${d}); \
97
echo "Running 'GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(bin_dir)/tools/govulncheck ./...' in directory '$${target}'"; \
98
pushd "$${target}" >/dev/null; \
99
- GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(GOVULNCHECK) ./... || exit; \
+ GOPRIVATE=github.com/jetstack/venafi-connection-lib GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(GOVULNCHECK) ./... || exit; \
100
popd >/dev/null; \
101
echo ""; \
102
done
0 commit comments