From eaa698320e7b9ba1a8ba0c127b7910b47e879bad Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Thu, 2 Jan 2025 09:06:26 +0100 Subject: [PATCH] Update golangci-lint to v1.63.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c85036..86253e0 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ lint: bin/golangci-lint .PHONY: lint bin/golangci-lint: Makefile - @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.61.0 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.63.1 ## tests: run the tests tests: