From 9d2f257acf1f7b5dcc088e21892fae2fcb61ea8b Mon Sep 17 00:00:00 2001 From: Sam Wronski Date: Thu, 5 Nov 2020 15:28:37 -0800 Subject: [PATCH] Install dependencies from go module --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e791f225e..a33334e03 100644 --- a/Makefile +++ b/Makefile @@ -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) \