use go install for mockgen

This commit is contained in:
Felix Kunde 2021-12-06 11:24:27 +01:00
parent db0f96a51c
commit 4b56631c8b
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ mocks:
tools:
GO111MODULE=on go get -d k8s.io/client-go@kubernetes-1.22.4
GO111MODULE=on go install github.com/golang/mock/mockgen@v1.6.0
GO111MODULE=on go mod tidy
fmt: