Skip to content

Commit ab13013

Browse files
authored
github/workflow: add 1.16.x and drop 1.13.x (#98)
1 parent eac7ac8 commit ab13013

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
- macos-10.15 # https://github.com/actions/virtual-environments/blob/macOS-10.15/20201212.1/images/macos/macos-10.15-Readme.md
3030
- windows-2019 # https://github.com/actions/virtual-environments/blob/win19/20201210.0/images/win/Windows2019-Readme.md
3131
go-version:
32-
- 1.13.x
3332
- 1.14.x
3433
- 1.15.x
35-
- 1.16.0-beta1
34+
- 1.16.x
3635
fail-fast: false
3736

3837
runs-on: ${{ matrix.os }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/neovim/go-client
22

3-
go 1.13
3+
go 1.14

go.sum

Whitespace-only changes.

0 commit comments

Comments
 (0)