mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 19:07:51 +08:00
Bump minimal Go requirement to >= 1.14, now that 1.15 has been released.
This commit is contained in:
parent
0c72fcd5b1
commit
b2b18bff97
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user