From fcb02e37b7e55806ccbb386221da6706ee3381e3 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Tue, 10 Sep 2024 09:26:32 +0200 Subject: [PATCH] Update golangci-lint to v1.61.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9b03cb6..65eac21 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,11 @@ tests: ## lint: enforce a consistent code style and detect code smells lint: bin/golangci-lint - @bin/golangci-lint run -E gofmt -E unconvert -E misspell -E whitespace -E exportloopref -E bidichk + @bin/golangci-lint run -E gofmt -E unconvert -E misspell -E whitespace -E bidichk .PHONY: lint bin/golangci-lint: Makefile - @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.60.1 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.61.0 ## clean: clean the generated files and directories clean: