Commit 2881d5c4 authored by Igor Drozdov's avatar Igor Drozdov

Merge branch 'ash2k/use-pre-built-lsif-go' into 'master'

docs: use pre-built docker image for lsif-go

See merge request gitlab-org/gitlab!40680
parents ec5fa0a7 4b87cc93
......@@ -26,10 +26,9 @@ Enable code intelligence for a project by adding a GitLab CI/CD job to the proje
```yaml
code_navigation:
image: golang:1.14.0
image: sourcegraph/lsif-go:v1
allow_failure: true # recommended
script:
- go get github.com/sourcegraph/lsif-go/cmd/lsif-go
- lsif-go
artifacts:
reports:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment