From e9fc7305959c5431191cdcb91499a2f54180e1ea Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Mon, 23 Oct 2023 10:30:43 +0200 Subject: [PATCH] Update Golangci-lint to v1.55.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8da84e50271..b9224f17df1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ lint: scripts/golangci-lint .PHONY: lint scripts/golangci-lint: Makefile - @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.54.1 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.55.0 ## jslint: enforce a consistent code style for Js code jslint: scripts/node_modules