From 2829d46672ddba76256812f4b3ee2fffd482bc84 Mon Sep 17 00:00:00 2001 From: Viktor Alenkov Date: Tue, 4 Feb 2025 04:40:24 +0300 Subject: [PATCH] Fixed the installation of the linter (#901) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3882f6..e4b2a7c 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ lint: tools .PHONY: tools tools: - @go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin @go install github.com/mfridman/tparse@main test-packages: