1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:08:36 -06:00

gopls/integration/govim: update to go1.14 images

Change-Id: I24b6b20ca78867cc973ca0a96c388876f4f40c70
Reviewed-on: https://go-review.googlesource.com/c/tools/+/222663
Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
Hana (Hyang-Ah) Kim 2020-03-09 10:38:37 -04:00 committed by Hyang-Ah Hana Kim
parent c94e1fe145
commit 270c59dc40
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# govim requires a more recent version of vim than is available in most
# distros, so we build from their base image.
FROM govim/govim:go1.13.5_vim_v8.1.2414_v1
FROM govim/govim:go1.14_vim_v8.1.2056_v1
# We use a pinned version of govim so that this build is repeatable, and so
# that we're not sensitive to test breakages in govim.

View File

@ -12,7 +12,7 @@ substitutions:
steps:
# Build gopls from source, to use with the govim integration tests.
- name: 'golang:1.13'
- name: 'golang:1.14'
env: ['GOPROXY=https://proxy.golang.org']
dir: 'gopls'
args: ['go', 'build']