mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:11:57 +00:00
codeintel: downgrade lsif-go to 1.6.7 to avoid OOMing (#27213)
This commit is contained in:
parent
bdb298d25e
commit
7442608922
2
.github/workflows/lsif.yml
vendored
2
.github/workflows/lsif.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
# Skip running on forks
|
||||
if: github.repository == 'sourcegraph/sourcegraph'
|
||||
runs-on: ubuntu-latest
|
||||
container: sourcegraph/lsif-go
|
||||
container: sourcegraph/lsif-go:v1.6.7 # v1.7.0 OOMs, see https://github.com/sourcegraph/sourcegraph/pull/27213
|
||||
strategy:
|
||||
matrix:
|
||||
root:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user