From 0c0ed61ce786d220b9fdd351385e81d9d3e4185e Mon Sep 17 00:00:00 2001 From: Denys Holius <5650611+denisgolius@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:45:10 +0200 Subject: [PATCH] Makefile: bump version of golangci-lint to the latest v1.57.1 (#6001) Co-authored-by: Roman Khavronenko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6c0ef0695929..c68cda23f4ca3 100644 --- a/Makefile +++ b/Makefile @@ -492,7 +492,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.55.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.57.1 govulncheck: install-govulncheck govulncheck ./...