Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.travis: set lower GOGC value (ethereum#28705)
As documented on https://golangci-lint.run/usage/performance/ , a lower GOGC value causes less peak mem consumption when running the linter. Exceeding 3Gb is a common cause for build failures, according to https://docs.travis-ci.com/user/common-build-problems/#my-build-script-is-killed-without-any-error
- Loading branch information