Skip to content

codeintel: Bump lsif-go in CI

Warren Gifford requested to merge lsif-go-1-7-3 into main

Created by: chrismwendt

GitHub Actions runners only have 7GB of memory, and lsif-go uses more than that when all deps are loaded into memory at once. This bumps lsif-go and adds --dep-batch-size=100 to help keep memory usage under 7GB.

See https://github.com/sourcegraph/sourcegraph/issues/27211

Merge request reports

Loading