ci: remove --out-format flag for golangci-lint v2 compatibility

golangci-lint v2 removed the --out-format CLI flag, causing the lint
job to fail. The golangci-lint-action v7 already uses problem matchers
to surface issues natively in GitHub Actions.
This commit is contained in:
Houmgaor
2026-02-17 23:43:45 +01:00
parent 47f7a1f636
commit abb40f163c

View File

@@ -120,4 +120,4 @@ jobs:
uses: golangci/golangci-lint-action@v7 uses: golangci/golangci-lint-action@v7
with: with:
version: latest version: latest
args: --timeout=5m --out-format=github-actions args: --timeout=5m