Skip to content

Commit 01a410e

Browse files
committed
Limit golangci-lint concurrency in CI
1 parent 564b356 commit 01a410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
concurrency: 3
2+
concurrency: 1
33
timeout: 5m
44
issues-exit-code: 1
55
tests: true

0 commit comments

Comments
 (0)