diff --git a/Makefile b/Makefile index 8bd9f3234..b3199a2fa 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ vet: lint: golangci $(GOLANGCILINT) run ./... -reviewable: manifests fmt vet lint doc-gen +reviewable: manifests fmt vet lint go mod tidy # Execute auto-gen code commands and ensure branch is clean.