Skip to content

Commit 2a27044

Browse files
committed
ci: update golang-ci parallel parameter
1 parent e88539d commit 2a27044

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.golangci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ linters-settings:
2929

3030
run:
3131
modules-download-mode: vendor
32-
timeout: 10m
32+
timeout: 15m
33+
# The default concurrency value is the number of available CPU.
34+
concurrency: 2
35+
# Allow multiple parallel golangci-lint instances running.
36+
# If false (default) - golangci-lint acquires file lock on start.
37+
allow-parallel-runners: false

0 commit comments

Comments
 (0)