From 5c56efcc0447c00bd4841babb2a688bf76d3a6c6 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 17:06:33 +0100 Subject: [PATCH] Change GOGC to 30 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index f39d48318..14c387ac3 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=10 ./scripts/find-lint.sh" + - "GOGC=30 ./scripts/find-lint.sh" label: ":lower_left_crayon: Lint / :go: 1.12" plugins: - docker#v3.0.1: