From dcfde6425f9ef0a1687636f39bf844829590ba17 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Thu, 25 May 2023 11:38:54 +0200 Subject: [PATCH] adds golangci-lint to bootstrap.homebrew make target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc382f6..9dff29c 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ fmt: go fmt ./... bootstrap.homebrew: + brew install --quiet golangci-lint brew install --quiet golangci/tap/golangci-lint goreleaser lint: