Skip to content

Commit 12f85da

Browse files
authored
Bump mockgen to v0.5.0 (#410)
1 parent a160bdb commit 12f85da

File tree

5 files changed

+70
-65
lines changed

5 files changed

+70
-65
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ GOLANGCILINT ?= $(LOCALBIN)/golangci-lint
7373

7474
## Tool Versions
7575
ADDLICENSE_VERSION ?= v1.1.1
76-
GOIMPORTS_VERSION ?= v0.25.0
77-
MOCKGEN_VERSION ?= v0.4.0
76+
GOIMPORTS_VERSION ?= v0.26.0
77+
MOCKGEN_VERSION ?= v0.5.0
7878
GOLANGCILINT_VERSION ?= v1.61.0
7979

8080
.PHONY: addlicense

mock/controller-runtime/client/funcs.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock/controller-runtime/client/mocks.go

+53-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock/controller-utils/clientutils/mocks.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock/controller-utils/metautils/funcs.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)