From beb4c9116672c5095677990387a0668fcb1309c2 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 6 Jun 2022 15:32:24 +0900 Subject: [PATCH] Update the installation URL of golangci-lint (#784) --- hack/run-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/run-lint.sh b/hack/run-lint.sh index 23f48bc4..7c2fbe5b 100755 --- a/hack/run-lint.sh +++ b/hack/run-lint.sh @@ -23,7 +23,7 @@ gopath="$(go env GOPATH)" if ! [[ -x "$gopath/bin/golangci-lint" ]]; then echo >&2 'Installing golangci-lint' curl --silent --fail --location \ - https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$gopath/bin" v1.44.0 + https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$gopath/bin" v1.44.0 fi # configured by .golangci.yml