gopls/integration/govim: revert back to using the latest govim

A new version of govim with the fix for the original issue has been
released.

Change-Id: Iaea2eff7387f352cae1657949c5e364a66337f68
Reviewed-on: https://go-review.googlesource.com/c/tools/+/226557
Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
Rebecca Stambler 2020-03-30 22:51:42 -04:00
parent e18c1c42de
commit a30bf2db82
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ WORKDIR /src
# a redundant copy of govim to the build cache using `go mod download`.
RUN GOVIM_VERSION=$(go mod download -json github.com/govim/govim@latest | jq -r .Version) && \
git clone https://github.com/govim/govim /src/govim && cd /src/govim && \
git checkout master
git checkout $GOVIM_VERSION