Bump minimal Go requirement to >= 1.14, now that 1.15 has been released.

This commit is contained in:
Qi Xiao 2020-08-13 22:41:57 +01:00
parent 0c72fcd5b1
commit b2b18bff97
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ test_task:
image: golang:latest
- name: Test on Linux (Old Supported Go Version)
container:
image: golang:1.13
image: golang:1.14
env:
# This should have the same coverage as the previous task, so skip it.
SKIP_UPLOAD_COVERAGE: 1

View File

@ -34,7 +34,7 @@ To build Elvish from source, you need
**NOTE**: Windows support is experimental, and only Windows 10 is supported.
- Go >= 1.13.
- Go >= 1.14.
To build Elvish from source, follow these steps:

2
go.mod
View File

@ -9,4 +9,4 @@ require (
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
)
go 1.13
go 1.14