Skip to content

Commit

Permalink
get golangci-lint installer from githubusercontent.com
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Dec 12, 2021
1 parent 638013f commit a543523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a543523

Please sign in to comment.