Skip to content

Commit

Permalink
Bump goimports to v0.17.0 and gomock to v0.4.0 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Feb 7, 2024
1 parent b8ee1fc commit ecad905
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ GOLANGCILINT ?= $(LOCALBIN)/golangci-lint

## Tool Versions
ADDLICENSE_VERSION ?= v1.1.1
GOIMPORTS_VERSION ?= v0.14.0
MOCKGEN_VERSION ?= v0.3.0
GOIMPORTS_VERSION ?= v0.17.0
MOCKGEN_VERSION ?= v0.4.0
GOLANGCILINT_VERSION ?= v1.55.2

.PHONY: addlicense
Expand Down
1 change: 1 addition & 0 deletions mock/controller-runtime/client/funcs.go

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

1 change: 1 addition & 0 deletions mock/controller-runtime/client/mocks.go

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

1 change: 1 addition & 0 deletions mock/controller-utils/clientutils/mocks.go

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

1 change: 1 addition & 0 deletions mock/controller-utils/metautils/funcs.go

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

0 comments on commit ecad905

Please sign in to comment.