Skip to content

Commit 37fdb6d

Browse files
committed
ci: Remove concurrency setting from golangci-lint config
Remove the hardcoded concurrency limit of 2 from the golangci-lint configuration to allow the linter to match the machine CPU's core count. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 239a49d commit 37fdb6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ run:
44
# prevent golangci-lint from deducting the go version to lint for through go.mod,
55
# which causes it to fallback to go1.17 semantics.
66
go: "1.25.5"
7-
concurrency: 2
87
# Only supported with go modules enabled (build flag -mod=vendor only valid when using modules)
98
# modules-download-mode: vendor
109

0 commit comments

Comments
 (0)