From 675c7d4e29b855a57ad98960d865fbc5a78208b6 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 17:13:44 +0100 Subject: [PATCH] GOGC to 20 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 4918a721b..4c7df115d 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -29,7 +29,7 @@ steps: - command: # https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint - - "GOGC=25 ./scripts/find-lint.sh" + - "GOGC=20 ./scripts/find-lint.sh" label: "\U0001F9F9 Lint / :go: 1.12" plugins: - docker#v3.0.1: