Skip to content

Commit 42f62bc

Browse files
committed
github: add go1.15.x, remove support 1.12.x
1 parent 7a87a37 commit 42f62bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
go-version: [ 1.12.x, 1.13.x, 1.14.x ]
14+
go-version: [ 1.13.x, 1.14.x, 1.15.x ]
1515
os: [ ubuntu-latest, macos-latest ]
1616
env:
1717
OS: ${{ matrix.os }}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/neovim/go-client
22

3-
go 1.12
3+
go 1.13

0 commit comments

Comments
 (0)