Skip to content

Commit ecad905

Browse files
authored
Bump goimports to v0.17.0 and gomock to v0.4.0 (#341)
1 parent b8ee1fc commit ecad905

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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.14.0
77-
MOCKGEN_VERSION ?= v0.3.0
76+
GOIMPORTS_VERSION ?= v0.17.0
77+
MOCKGEN_VERSION ?= v0.4.0
7878
GOLANGCILINT_VERSION ?= v1.55.2
7979

8080
.PHONY: addlicense

mock/controller-runtime/client/funcs.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock/controller-runtime/client/mocks.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock/controller-utils/clientutils/mocks.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock/controller-utils/metautils/funcs.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)