Skip to content

Commit 5988f69

Browse files
committed
ci: golangci-lint settings
1 parent 28394c7 commit 5988f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ run:
3131
modules-download-mode: vendor
3232
timeout: 15m
3333
# The default concurrency value is the number of available CPU.
34-
concurrency: 2
34+
concurrency: 10
3535
# Allow multiple parallel golangci-lint instances running.
3636
# If false (default) - golangci-lint acquires file lock on start.
3737
allow-parallel-runners: false

0 commit comments

Comments
 (0)