From fd46c5d9521f9a94f6deb9e33a5bad5c0c840a64 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Thu, 16 May 2024 17:39:41 +0200 Subject: [PATCH] Update golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66dfb91..11274b8 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.55.0 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.58.1 ## tests: run the tests tests: