From 7beb5a3c18154ca4ff741e47ab9f3188531f46ac Mon Sep 17 00:00:00 2001 From: William Douglas Date: Fri, 26 Jan 2024 11:30:06 -0800 Subject: [PATCH] Update golangci-lint version to latest Signed-off-by: William Douglas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccf0bd54..9a92155f 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ checkcoverage: lint: @if ! $(gopath)/bin/golangci-lint --version &>/dev/null; then \ echo "Installing linters..."; \ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(gopath)/bin v1.22.2; \ + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(gopath)/bin v1.55.2; \ fi @$(gopath)/bin/golangci-lint run --deadline=10m --tests --disable-all \ --enable=misspell \