From 501f3e152901bc606a3c304ca0affd62427ed5fa Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 17:10:40 +0100 Subject: [PATCH] GOGC to 25 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 4086fca68..4918a721b 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=30 ./scripts/find-lint.sh" + - "GOGC=25 ./scripts/find-lint.sh" label: "\U0001F9F9 Lint / :go: 1.12" plugins: - docker#v3.0.1: