From 32243752fcd0d694be41304fb855c8364c0dc278 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 64df7b690..a97c9f389 100644 --- a/Makefile +++ b/Makefile @@ -463,7 +463,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 ./...