Skip to content

Commit ceb2f69

Browse files
committed
fix(ci): restore --allow-parallel-runners flag for golangci-lint
1 parent df941aa commit ceb2f69

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
89+
args: --timeout=5m --allow-parallel-runners
9090
only-new-issues: false
9191

9292
vulncheck:

0 commit comments

Comments
 (0)