Skip to content

Commit

Permalink
temp fix mockery version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Dec 21, 2023
1 parent 3ed65bd commit d0df1e3
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 @@ -33,7 +33,7 @@ install-tools:
GO111MODULE=on go install github.com/axw/gocov/gocov@latest; \
GO111MODULE=on go install github.com/matm/gocov-html@latest; \
GO111MODULE=on go install github.com/sanderhahn/gozip/cmd/gozip@latest; \
GO111MODULE=on go install github.com/vektra/mockery/v2@latest;
GO111MODULE=on go install github.com/vektra/mockery/v2@v2.38.0;

.PHONY: test
test:
Expand Down

0 comments on commit d0df1e3

Please sign in to comment.