mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
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:
2
.github/workflows/go-improved.yml
vendored
2
.github/workflows/go-improved.yml
vendored
@@ -120,4 +120,4 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
version: latest
|
||||
args: --timeout=5m --out-format=github-actions
|
||||
args: --timeout=5m
|
||||
|
||||
Reference in New Issue
Block a user