mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
GOGC to 25
This commit is contained in:
parent
1c210acfc0
commit
501f3e1529
|
|
@ -29,7 +29,7 @@ steps:
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||||
- "GOGC=30 ./scripts/find-lint.sh"
|
- "GOGC=25 ./scripts/find-lint.sh"
|
||||||
label: "\U0001F9F9 Lint / :go: 1.12"
|
label: "\U0001F9F9 Lint / :go: 1.12"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue