From f91155d6f781a4338f2f46304e4f8e193b212706 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Thu, 22 Jul 2021 11:39:27 +0200 Subject: [PATCH] ci: Fixing v prefix for mockgen version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e8c5fd2..f5c5eca8 100644 --- a/Makefile +++ b/Makefile @@ -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)