Skip to content

Commit

Permalink
Merge pull request #47 from hyperledger/patch/mockery
Browse files Browse the repository at this point in the history
Update mockery version
  • Loading branch information
alex-semenyuk authored May 2, 2024
2 parents 2f9f33a + d1d82de commit a363ae2
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 @@ -19,7 +19,7 @@ coverage: test coverage.html
lint: ${LINT}
$(LINT) run -v --timeout 5m
${MOCKERY}:
$(VGO) install github.com/vektra/mockery/cmd/mockery@latest
$(VGO) install github.com/vektra/mockery/[email protected]
${LINT}:
$(VGO) install github.com/golangci/golangci-lint/cmd/[email protected]
mockpaths:
Expand Down

0 comments on commit a363ae2

Please sign in to comment.