fix: remove version field to work with CI v1.64.8
All checks were successful
CI / Build (pull_request) Successful in 6s
CI / Format Check (pull_request) Successful in 2s
CI / Test (pull_request) Successful in 11s
CI / Lint (pull_request) Successful in 5s

The golangci-lint-action doesn't properly support v2.1.6 (uses --out-format
flag which v2 doesn't support). Remove version: 2 from config to make it
compatible with CI v1.64.8. Local v2.x will still work but may show a
deprecation warning about the config format.
This commit is contained in:
2025-11-05 13:35:40 +01:00
parent 25bfa410e7
commit f9f4add257
2 changed files with 4 additions and 4 deletions

View File

@@ -79,9 +79,9 @@ jobs:
go-version: '1.24'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v3
with:
version: v2.1.6
version: v1.64.8
args: --timeout=5m
build: