Skip to content

Commit

Permalink
update the url endpoint for installing the golint binary (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreacot authored May 22, 2022
1 parent e0d96c2 commit c6b8672
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:
run: go build

- name: Install linter
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0"

- name: Test and Lint
env:
Expand Down

0 comments on commit c6b8672

Please sign in to comment.