mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Change GOGC to 30
This commit is contained in:
parent
1cdf60e2ef
commit
5c56efcc04
|
|
@ -29,7 +29,7 @@ steps:
|
|||
|
||||
- command:
|
||||
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||
- "GOGC=10 ./scripts/find-lint.sh"
|
||||
- "GOGC=30 ./scripts/find-lint.sh"
|
||||
label: ":lower_left_crayon: Lint / :go: 1.12"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
|
|
|
|||
Loading…
Reference in a new issue