From 2e1d6d21670f782488f4fba9abb4359062d6882d Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Wed, 14 Aug 2019 11:23:36 -0400 Subject: [PATCH] ci: add GOMAXPROCS=1 to lint step to avoid OOM --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 851ebcda0..5d4c9cf93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,6 +74,7 @@ jobs: lint: executor: go environment: + <<: *COMMON_ENVS GOPATH: /go steps: - checkout