From c38075ee8caa72f46e765c24698cad4ec7b2096c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 22 Nov 2023 09:07:02 +0000 Subject: [PATCH] chore(deps): upgrade golangci-lint used in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7e6a78..e79abb5 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ $(TOOLDIR)/$(1): Makefile endef $(eval $(call tool,gofumpt,mvdan.cc/gofumpt@latest)) -$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/cmd/golangci-lint@v1.40)) +$(eval $(call tool,golangci-lint,github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55)) $(eval $(call tool,gomod,github.com/Helcaraxan/gomod@latest)) .PHONY: tools