mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
Put it in the command :(
This commit is contained in:
parent
0b540635b7
commit
5747fe936b
|
|
@ -28,11 +28,9 @@ steps:
|
|||
image: "golang:1.12"
|
||||
|
||||
- command:
|
||||
- "./scripts/find-lint.sh"
|
||||
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||
- "GOGC=40 ./scripts/find-lint.sh"
|
||||
label: ":lower_left_crayon: Lint / :go: 1.12"
|
||||
env:
|
||||
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||
GOGC: 5
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "golang:1.12"
|
||||
|
|
|
|||
Loading…
Reference in a new issue