mirror of
https://github.com/golang/go
synced 2024-11-05 14:46:11 -07: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:
parent
c94e1fe145
commit
270c59dc40
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# govim requires a more recent version of vim than is available in most
|
# govim requires a more recent version of vim than is available in most
|
||||||
# distros, so we build from their base image.
|
# 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
|
# 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.
|
# that we're not sensitive to test breakages in govim.
|
||||||
|
@ -12,7 +12,7 @@ substitutions:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Build gopls from source, to use with the govim integration tests.
|
# 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']
|
env: ['GOPROXY=https://proxy.golang.org']
|
||||||
dir: 'gopls'
|
dir: 'gopls'
|
||||||
args: ['go', 'build']
|
args: ['go', 'build']
|
||||||
|
Loading…
Reference in New Issue
Block a user