Skip to content

Commit 9ece5ab

Browse files
committed
wip: temp: fix govulncheck
Signed-off-by: Ashley Davis <[email protected]>
1 parent e6f1925 commit 9ece5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/_shared/go/01_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ verify-govulncheck: | $(NEEDS_GOVULNCHECK)
9696
target=$$(dirname $${d}); \
9797
echo "Running 'GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(bin_dir)/tools/govulncheck ./...' in directory '$${target}'"; \
9898
pushd "$${target}" >/dev/null; \
99-
GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(GOVULNCHECK) ./... || exit; \
99+
GOPRIVATE=github.com/jetstack/venafi-connection-lib GOTOOLCHAIN=go$(VENDORED_GO_VERSION) $(GOVULNCHECK) ./... || exit; \
100100
popd >/dev/null; \
101101
echo ""; \
102102
done

0 commit comments

Comments
 (0)