fix(ci): build golangci-lint from source for Go 1.25 support
Some checks failed
CI / Build (pull_request) Successful in 37s
CI / Test (pull_request) Successful in 51s
CI / Lint (pull_request) Failing after 5s
CI / Format Check (pull_request) Successful in 2s

This commit is contained in:
2025-11-07 09:24:58 +01:00
parent c8d944e9ea
commit 355008a3a2

View File

@@ -132,7 +132,9 @@ jobs:
fi
- name: Install golangci-lint
uses: golangci/golangci-lint-action@v6
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Run linters
run: make lint