fix(ci): install golangci-lint v2.4.0 for Go 1.25 and config v2 support

This commit is contained in:
2025-11-07 09:27:27 +01:00
parent 4b8536e34a
commit 0d6094267a

View File

@@ -133,7 +133,7 @@ jobs:
- name: Install golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Run linters