ci(ci): add mockgen tools in makefile generate command

This commit is contained in:
LinkinStar 2022-12-14 17:20:48 +08:00
parent 2fadee52f5
commit 230e6e7450
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ universal:
generate:
go get github.com/google/wire/cmd/wire@latest
go install github.com/golang/mock/mockgen@v1.6.0
go generate ./...
go mod tidy