diff --git a/Makefile b/Makefile index 8a186041..73d9d57f 100644 --- a/Makefile +++ b/Makefile @@ -221,6 +221,7 @@ lint-todo: ## Find TODOs in Golang codebase .PHONY: fmt fmt: ## Format Golang codebase and "optimize" the dependencies + go fix ./... golangci-lint fmt go mod tidy