Skip to content

Commit

Permalink
ci: Fixing v prefix for mockgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh authored Jul 22, 2021
1 parent 1cbb25b commit f91155d
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 @@ -46,7 +46,7 @@ init:
go install github.com/kisielk/errcheck@latest
go install golang.org/x/lint/golint@latest
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/golang/mock/mockgen@1.6.0
go install github.com/golang/mock/mockgen@v1.6.0
go mod tidy

## format: Format code. e.g Prettier (js), format (golang)
Expand Down

0 comments on commit f91155d

Please sign in to comment.