Skip to content

Commit

Permalink
CI: update golangci-lint install url, bump to 1.43
Browse files Browse the repository at this point in the history
The golangci-lint install script at goreleaser.com is deprecated. Docs
now advise to install from a github link:

> golangci/golangci-lint err this script is deprecated, please do not
> use it anymore. check goreleaser/godownloader#207
  • Loading branch information
chappjc committed Dec 14, 2021
1 parent cde7875 commit d4be9d7
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 @@ -16,7 +16,7 @@ jobs:
- name: Check out source
uses: actions/checkout@v2
- name: Install Linters
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0"

- name: Test
env:
Expand Down

0 comments on commit d4be9d7

Please sign in to comment.