Out Of Memory failures for staticcheck
on travis (GOGC=5, concurrency=1)
#712
Labels
Milestone
staticcheck
on travis (GOGC=5, concurrency=1)
#712
After working fine for 6ish months we have had to disable static-check linter on the terraform azure provider as we were unable to get it to finish anymore in travis due to it running out of memory. We have set concurrency to 1 and GOGC=5.
Please include the following information:
Version of golangci-lint:
golangci-lint --version
(or git commit if you don't use binary distribution)travis does a
GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
each runConfig file:
cat .golangci.yml
go version && go env
travis:
golangci-lint run -v
The text was updated successfully, but these errors were encountered: