Skip to content

Commit

Permalink
update mockgen
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Jiang <[email protected]>
  • Loading branch information
Yu Jiang committed Jan 2, 2024
1 parent 27dd890 commit 62c88b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kubebuilder:
sudo cp -rf kubebuilder /usr/local

mock:
go get -u github.com/golang/mock/mockgen
go install github.com/golang/mock/mockgen
@echo "mockgen is in progess"
@for pkg in $(shell go list ./...) ; do \
go generate ./... ;\
Expand Down

0 comments on commit 62c88b4

Please sign in to comment.