From 258575441e761861c1f480fcf677a612418a42cf Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Thu, 22 Jun 2023 19:25:43 +0200 Subject: [PATCH] revert version of golanci Signed-off-by: Artem Navoiev --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94dbc0e73f..92ef8740cc 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,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.51.3 + 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.2 govulncheck: install-govulncheck govulncheck ./...