From 9f47e105cef5a7a4736a410b22b6c0a2469a4021 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Mon, 21 Aug 2023 12:54:38 +0200 Subject: [PATCH] Update golangci-linter to v1.54.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e39b44d2..da364f8f 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.53.2 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.54.1 ## tests: run the tests tests: