From b5985dcf7271383a385f85457bbf28d240b8900e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 17:23:43 +0100 Subject: [PATCH] GOGC to 10\?\!\?\!\?\! --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 057e2f6fa..fd1009574 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -37,7 +37,7 @@ steps: - command: # https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint - - "GOGC=15 ./scripts/find-lint.sh" + - "GOGC=10 ./scripts/find-lint.sh" label: "\U0001F9F9 Lint / :go: 1.12" plugins: - docker#v3.0.1: