Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 919853a

Browse files
[Backport 5.0] Auto-indexing: bump scip-typescript version (#49501)
To include the fix from sourcegraph/scip-typescript#239 in the 5.0 release. ## Test plan Ran the following command ``` ❯ docker run sourcegraph/scip-typescript@sha256:1851ad42b3b47c8fb240c5060b5757cf51ebeece5e360013e41ab8a1dd05d52c scip-typescript --version WARNING: The requested image&#39;s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.3.7 ``` &lt;!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --&gt; <br> Backport d7070e3 from #49499 Co-authored-by: Ólafur Páll Geirsson <olafurpg@gmail.com>
1 parent 8fa10de commit 919853a

File tree

1 file changed

+1
-1
lines changed
  • enterprise/internal/codeintel/autoindexing/internal/inference/libs

1 file changed

+1
-1
lines changed

enterprise/internal/codeintel/autoindexing/internal/inference/libs/indexes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var defaultIndexerSHAs = map[string]string{
3333
"sourcegraph/scip-rust": "sha256:e9c400fd1d3146cd9a3d98f89c6d9a70e0a116618057e0dac452219b1c60b658",
3434
"sourcegraph/scip-java": "sha256:964a45ef06b7d914729b1c61b6907b662fc54545b188881c6d25e56fcc8dfb8c",
3535
"sourcegraph/scip-python": "sha256:4cb64c4f62cfa611fcb217581073c2831fb9350bbb1c8e855f152cc4b3428a00",
36-
"sourcegraph/scip-typescript": "sha256:2eb90bf6d52f86608b6a723e14079eafed54121419bfd0129bf61a09e1a0f293",
36+
"sourcegraph/scip-typescript": "sha256:1851ad42b3b47c8fb240c5060b5757cf51ebeece5e360013e41ab8a1dd05d52c",
3737
"sourcegraph/scip-ruby": "sha256:e553fee039973cda8726d4c8c13cdbb851f82a6fca5daa15798a595ee4042906",
3838
}
3939

0 commit comments

Comments
 (0)