We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555f3bb commit 95c4ddaCopy full SHA for 95c4dda
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
git fetch
46
47
# Install golangci-lint
48
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sudo sh -s -- -b $(go env GOPATH)/bin v1.32.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
49
50
- name: Build
51
run: scripts/build.sh
0 commit comments