diff --git a/Makefile b/Makefile index 39420b3c..e946099d 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ endif .PHONY: lint lint: lint-prepare ## Run the golangci linter - @bin/golangci-lint run + golangci-lint run .PHONY: tidy tidy: ## Remove unused dependencies