Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
install mockgen with go install
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson committed Oct 5, 2022
1 parent b107b63 commit 3718fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ kustomize: ## Download kustomize locally if necessary.

MOCKGEN = $(shell pwd)/bin/mockgen
mockgen:
go install github.com/golang/mock/[email protected]
$(call go-get-tool,$(MOCKGEN),github.com/golang/mock/[email protected])

OPERATOR_SDK_DOWNLOAD_URL = "https://github.com/operator-framework/operator-sdk/releases/download/v1.21.0/operator-sdk_linux_amd64"
Expand Down

0 comments on commit 3718fe5

Please sign in to comment.