Skip to content

Commit

Permalink
chore: fix mockgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Aug 8, 2023
1 parent ef00ce5 commit de90c22
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 @@ -21,7 +21,7 @@ format:
tools:
go install github.com/cosmos/gogoproto/protoc-gen-gocosmos
go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
go install github.com/golang/mock/mockgen
go install github.com/golang/mock/mockgen@v1.6.0

proto-gen:
cd proto && buf generate && cp -r github.com/bnb-chain/greenfield/x/* ../x && cp -r github.com/bnb-chain/greenfield/types/* ../types && rm -rf github.com && go mod tidy
Expand Down

0 comments on commit de90c22

Please sign in to comment.