diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 77b30a2c..5e40a43e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,7 +6,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT} # [Optional] Uncomment this section to install additional OS packages. RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - && apt-get -y install --no-install-recommends default-jdk gradle maven golang-go \ - && go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb + && apt-get -y install --no-install-recommends default-jdk gradle maven diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 001d43ec..534f1c80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: - uses: actions/setup-go@v2 with: go-version: "^1.13.1" - - run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb - run: sbt test check: runs-on: ubuntu-latest diff --git a/docs/contributing.md b/docs/contributing.md index 18ea7f88..067f15b5 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -11,8 +11,6 @@ This page documents tips and tricks for contributing to the - `java`: any version should work - `git`: any version should work -- `lsif-semanticdb`: - `go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb` - `gradle`: `brew install gradle`, or see [general installation guide](https://gradle.org/install/). - `mvn`: `brew install maven`, or see