mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
ci: fixed mockgen not found error.
This commit is contained in:
@@ -9,6 +9,7 @@ SERVER_IMAGE = kt-connect-server
|
||||
|
||||
# generate mock
|
||||
generate-mock:
|
||||
GO111MODULE=on go get github.com/golang/mock/mockgen@latest
|
||||
mkdir -p fake/kt/action
|
||||
mockgen -source=pkg/kt/command/types.go -destination=fake/kt/action/action_mock.go -package=action
|
||||
mkdir -p fake/kt/cluster
|
||||
|
||||
Reference in New Issue
Block a user