Skip to content

Commit a1a37d9

Browse files
committed
Remove usage of lsif-semanticdb (the original Go cli)
1 parent 351e803 commit a1a37d9

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
66

77
# [Optional] Uncomment this section to install additional OS packages.
88
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9-
&& apt-get -y install --no-install-recommends default-jdk gradle maven golang-go \
10-
&& go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
9+
&& apt-get -y install --no-install-recommends default-jdk gradle maven
1110

1211

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/setup-go@v2
1414
with:
1515
go-version: "^1.13.1"
16-
- run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
1716
- run: sbt test
1817
check:
1918
runs-on: ubuntu-latest

docs/contributing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This page documents tips and tricks for contributing to the
1111

1212
- `java`: any version should work
1313
- `git`: any version should work
14-
- `lsif-semanticdb`:
15-
`go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb`
1614
- `gradle`: `brew install gradle`, or see
1715
[general installation guide](https://gradle.org/install/).
1816
- `mvn`: `brew install maven`, or see

0 commit comments

Comments
 (0)