From f2be447270177b9afa98477fa05a08cd9b557281 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 7 Feb 2023 10:11:44 -0800 Subject: [PATCH] Makefile: update golangci-lint from v1.50.1 to v1.51.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49d3f794b..07cd6b467 100644 --- a/Makefile +++ b/Makefile @@ -380,7 +380,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.50.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.51.1 govulncheck: install-govulncheck govulncheck ./...