gopls/integration/govim: update to latest govim

Govim integration tests are now passing at govim HEAD + gopls HEAD, so
we should be able to start actively investigating any regressions on the
gopls side after this change.

Change-Id: Ibf50d7e42e19cfc80779691e2c42f643028b2e39
Reviewed-on: https://go-review.googlesource.com/c/tools/+/215897
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
diff --git a/gopls/integration/govim/Dockerfile b/gopls/integration/govim/Dockerfile
index cb278db..0ec78a8 100644
--- a/gopls/integration/govim/Dockerfile
+++ b/gopls/integration/govim/Dockerfile
@@ -11,7 +11,7 @@
 # TODO(findleyr): Once a version of govim has been tagged containing
 # https://github.com/govim/govim/pull/629, switch this to @latest.
 ENV GOPROXY=https://proxy.golang.org GOPATH=/go VIM_FLAVOR=vim \
-    GOVIM_VERSION=v0.0.27-0.20200108180210-6236474c3ac7
+    GOVIM_VERSION=v0.0.27-0.20200122085353-96e61d22452d
 WORKDIR /src
 
 # Get govim, as well as all dependencies for the ./cmd/govim tests. In order to