Skip to content

Commit f7a6574

Browse files
committed
chore(make): pin mockery tool version
1 parent 5debe3b commit f7a6574

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ export GOPROXY = https://proxy.golang.org,direct
77

88
# Install all the build and lint dependencies
99
tools:
10-
go mod tidy
1110
@go install mvdan.cc/gofumpt@latest
1211
@go install github.com/daixiang0/gci@latest
1312
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
14-
@go install github.com/vektra/mockery/v2@latest
15-
go install github.com/segmentio/golines@latest
13+
@go install github.com/vektra/mockery/v2@v2.44.1
14+
@go install github.com/segmentio/golines@latest
1615
.PHONY: tools
1716

1817
###############################################################################

0 commit comments

Comments
 (0)