Skip to content

Commit ec136d7

Browse files
authored
Merge pull request moby#51723 from vvoland/golangci-no-concurrency-limit
ci: Remove concurrency setting from golangci-lint config
2 parents bdda339 + 37fdb6d commit ec136d7

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)