Install dependencies from go module

This commit is contained in:
Sam Wronski
2020-11-05 15:28:37 -08:00
parent 712eb6d276
commit 9d2f257acf

View File

@@ -231,8 +231,7 @@ test-go-mod:
# Environment variables are defined at
# https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables
.PHONY: test-multi-module
test-multi-module:
go install github.com/google/go-github/github
test-multi-module: $(MYGOBIN)/prchecker
go run ./cmd/prchecker \
-owner=$(REPO_OWNER) \
-repo=$(REPO_NAME) \