From 1586ecc61a34db7de545cb68610e617e96ec455d Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 12 Mar 2023 17:08:17 -0700 Subject: [PATCH] Makefile: update golangci-lint from v1.51.1 to v1.51.2 See https://github.com/golangci/golangci-lint/releases/tag/v1.51.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 371fc193f..f4a0ad5cc 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,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.50.2 install-wwhrd: which wwhrd || GO111MODULE=off go get github.com/frapposelli/wwhrd