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

Commit 4346915

Browse files
chore: Bump autoindexing image SHAs (#62753)
Pick up the latest scip-go image which includes a bug-fix for cross-repo navigation. ## Test plan Manually checked that the SHA in the PR matches that for [scip-go 0.1.14](https://hub.docker.com/layers/sourcegraph/scip-go/v0.1.14/images/sha256-56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc?context=explore) Updated golden tests
1 parent b93b82b commit 4346915

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var defaultIndexers = map[string]string{
2626

2727
// To update, run `DOCKER_USER=... DOCKER_PASS=... ./update-shas.sh`
2828
var defaultIndexerSHAs = map[string]string{
29-
"sourcegraph/scip-go": "sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f",
29+
"sourcegraph/scip-go": "sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc",
3030
"sourcegraph/scip-rust": "sha256:adf0047fc3050ba4f7be71302b42c74b49901f38fb40916d94ac5fc9181ac078",
3131
"sourcegraph/scip-java": "sha256:a2b3828145cd38758a43363f06d786f9e620c97979a9291463c6544f7f17c68f",
3232
"sourcegraph/scip-python": "sha256:e3c13f0cadca78098439c541d19a72c21672a3263e22aa706760d941581e068d",

internal/codeintel/autoindexing/internal/inference/testdata/go_files_in_root.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
echo "No netrc config set, continuing"
99
fi
1010
root: ""
11-
indexer: sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
11+
indexer: sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
1212
indexer_args:
1313
- GO111MODULE=off
1414
- scip-go

internal/codeintel/autoindexing/internal/inference/testdata/go_modules.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- steps:
22
- root: foo/bar
3-
image: sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
3+
image: sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
44
commands:
55
- |
66
if [ "$NETRC_DATA" ]; then
@@ -19,7 +19,7 @@
1919
echo "No netrc config set, continuing"
2020
fi
2121
root: foo/bar
22-
indexer: sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
22+
indexer: sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
2323
indexer_args:
2424
- scip-go
2525
- --no-animation
@@ -33,7 +33,7 @@
3333
- NETRC_DATA
3434
- steps:
3535
- root: foo/baz
36-
image: sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
36+
image: sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
3737
commands:
3838
- |
3939
if [ "$NETRC_DATA" ]; then
@@ -52,7 +52,7 @@
5252
echo "No netrc config set, continuing"
5353
fi
5454
root: foo/baz
55-
indexer: sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
55+
indexer: sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
5656
indexer_args:
5757
- scip-go
5858
- --no-animation

0 commit comments

Comments
 (0)