Skip to content

Commit

Permalink
bump mockery to v2.38.0 (#11509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Dec 7, 2023
1 parent c545d2c commit 6bb80e0
Show file tree
Hide file tree
Showing 134 changed files with 5,774 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
golang 1.21.4
mockery 2.35.4
mockery 2.38.0
nodejs 16.16.0
postgres 13.3
helm 3.10.3
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ presubmit: ## Format go files and imports.

.PHONY: mockery
mockery: $(mockery) ## Install mockery.
go install github.com/vektra/mockery/v2@v2.35.4
go install github.com/vektra/mockery/v2@v2.38.0

.PHONY: codecgen
codecgen: $(codecgen) ## Install codecgen
Expand Down
10 changes: 9 additions & 1 deletion common/client/mock_head_test.go

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

26 changes: 25 additions & 1 deletion common/client/mock_node_client_test.go

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

10 changes: 9 additions & 1 deletion common/client/mock_node_selector_test.go

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

42 changes: 41 additions & 1 deletion common/client/mock_node_test.go

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

Loading

0 comments on commit 6bb80e0

Please sign in to comment.