From 254165d665c039b85008d1de93fa2c27365acb19 Mon Sep 17 00:00:00 2001 From: "m.nabokikh" Date: Mon, 31 Jan 2022 22:33:38 +0400 Subject: [PATCH] chore: update golangci-lint download script Signed-off-by: m.nabokikh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b92aee98..3d683484 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ bin/gotestsum: bin/golangci-lint: @mkdir -p bin - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint bash -s -- v${GOLANGCI_VERSION} + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINARY=golangci-lint bash -s -- v${GOLANGCI_VERSION} bin/protoc: @mkdir -p bin/protoc