mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
codeintel: Pin lsif-go to 1.7.2 prior to upgrade (#27321)
This commit is contained in:
parent
57bb342064
commit
057951140a
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.7.2 # Pinned in preparation for upgrade
|
||||
strategy:
|
||||
matrix:
|
||||
root:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user