GOGC to 20

This commit is contained in:
Andrew Morgan 2019-05-29 17:13:44 +01:00
parent 501f3e1529
commit 675c7d4e29

View file

@ -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: