fix(ci): pin golangci-lint to v2.1.6 to match local and support v2 config
Some checks failed
CI / Test (pull_request) Successful in 11s
CI / Lint (pull_request) Failing after 4s
CI / Build (pull_request) Successful in 6s
CI / Format Check (pull_request) Successful in 2s

'latest' resolves to v1.64.8 which doesn't support version: 2 config.
Pin to v2.1.6 to match local development environment and ensure
v2 config compatibility.
This commit is contained in:
2025-11-05 13:33:35 +01:00
parent 018c9eb9c5
commit 4f3d65a50d

View File

@@ -81,7 +81,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v2.1.6
args: --timeout=5m
build: