mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
GOGC to 15
This commit is contained in:
parent
675c7d4e29
commit
60fff8619a
|
|
@ -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=20 ./scripts/find-lint.sh"
|
- "GOGC=15 ./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