From d4c334b7056fb575083f30d11d664498febf6c10 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Mon, 19 Aug 2024 17:43:58 +0200 Subject: [PATCH] Makefile: update golangci-lint from v1.59.1 to v1.60.1 See https://github.com/golangci/golangci-lint/releases/tag/v1.60.1 Signed-off-by: hagen1778 (cherry picked from commit 220b1659b68db0704249ddae3fd57c1087e1e447) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75427834a..68207a148 100644 --- a/Makefile +++ b/Makefile @@ -234,7 +234,7 @@ golangci-lint: install-golangci-lint golangci-lint run install-golangci-lint: - which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.59.1 + which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.60.1 remove-golangci-lint: rm -rf `which golangci-lint`