From a5435230a395979586401a80eb59f1efb9ddfdf3 Mon Sep 17 00:00:00 2001 From: Jonathan Chappelow Date: Sun, 12 Dec 2021 14:16:16 -0600 Subject: [PATCH] get golangci-lint installer from githubusercontent.com --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58899206b..344a5fd29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: working-directory: ./cmd/dcrdata - name: Install Linters - run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0" + run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0" - name: tests env: GO111MODULE: "on"