Lower memory usage

This commit is contained in:
Andrew Morgan 2019-05-29 16:56:21 +01:00
parent 5747fe936b
commit 1cdf60e2ef
2 changed files with 1 additions and 3 deletions

View file

@ -29,7 +29,7 @@ steps:
- command:
# https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
- "GOGC=40 ./scripts/find-lint.sh"
- "GOGC=10 ./scripts/find-lint.sh"
label: ":lower_left_crayon: Lint / :go: 1.12"
plugins:
- docker#v3.0.1:

View file

@ -25,8 +25,6 @@ if [ -n "${DENDRITE_LINT_CONCURRENCY:-}" ]
then args="$args --concurrency=$DENDRITE_LINT_CONCURRENCY"
fi
echo "GOGC: $GOGC"
echo "Installing golangci-lint..."
go get github.com/golangci/golangci-lint/cmd/golangci-lint