Skip to content

Commit ba4cc72

Browse files
committed
Fix verify golangci-lint workflow
1 parent d9dd89f commit ba4cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
version: v2.0.2
3939
working-directory: ./
4040
only-new-issues: false
41-
args: --concurrency=16 --timeout=5m --out-format=github-actions --issues-exit-code=1
41+
args: --concurrency=16 --timeout=5m --format=github-actions --issues-exit-code=1
4242
skip-cache: false
4343
skip-pkg-cache: true
4444

0 commit comments

Comments
 (0)