diff options
author | Igor Drozdov <idrozdov@gitlab.com> | 2021-05-19 08:48:31 +0000 |
---|---|---|
committer | Igor Drozdov <idrozdov@gitlab.com> | 2021-05-19 08:48:31 +0000 |
commit | 2aba135c023fc83c212b524b95e36ebc80657c95 (patch) | |
tree | 7fd13155bc252475343db6345b6d448603ac5305 | |
parent | 792ff51ca4bcf11d8759ccadff5f8e9f2f876349 (diff) | |
download | gitlab-shell-2aba135c023fc83c212b524b95e36ebc80657c95.tar.gz |
Specify the working version for lsif-go image
1.4.0 has introduced the format change
Since v1 means latest 1.* image, we're pulling the unsupported version
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64ac9c1..3210b35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ code_quality: rules: *workflow_rules code_navigation: - image: sourcegraph/lsif-go:v1 + image: sourcegraph/lsif-go:v1.3.1 allow_failure: true script: - lsif-go |