Skip to content

Commit df941aa

Browse files
committed
fix(ci): remove deprecated --out-format flag from golangci-lint v2
1 parent 07c9104 commit df941aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
version: v2.6.1
8888
install-mode: goinstall
89-
args: --timeout=5m --out-format=github-actions --allow-parallel-runners
89+
args: --timeout=5m
9090
only-new-issues: false
9191

9292
vulncheck:

0 commit comments

Comments
 (0)