Skip to content

Commit 95c4dda

Browse files
committed
ci: upgrade golangci-lint
1 parent 555f3bb commit 95c4dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git fetch
4646
4747
# 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
48+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
4949
5050
- name: Build
5151
run: scripts/build.sh

0 commit comments

Comments
 (0)