Skip to content

Commit

Permalink
🌱 update mockery version on the repo (#1312)
Browse files Browse the repository at this point in the history
* update mockery version on the repo

this was breaking on remote system so this commit updates mockery to
2.40.2 version.

---------

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 authored May 16, 2024
1 parent 3fd3ed9 commit cce85cd
Show file tree
Hide file tree
Showing 7 changed files with 308 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,8 @@ format: format-starlark format-golang format-yaml ## Format Codebase

.PHONY: generate-mocks
generate-mocks: ## Generate Mocks
cd pkg/services/baremetal/client; go run github.com/vektra/mockery/v2@v2.35.3
cd pkg/services/hcloud/client; go run github.com/vektra/mockery/v2@v2.35.3 --all
cd pkg/services/baremetal/client; go run github.com/vektra/mockery/v2@v2.40.2
cd pkg/services/hcloud/client; go run github.com/vektra/mockery/v2@v2.40.2 --all

.PHONY: generate
generate: generate-manifests generate-go-deepcopy generate-boilerplate generate-modules generate-mocks ## Generate Files
Expand Down
46 changes: 45 additions & 1 deletion pkg/services/baremetal/client/mocks/robot/Client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pkg/services/baremetal/client/mocks/robot/Factory.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cce85cd

Please sign in to comment.