We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a87a37 commit 42f62bcCopy full SHA for 42f62bc
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- go-version: [ 1.12.x, 1.13.x, 1.14.x ]
+ go-version: [ 1.13.x, 1.14.x, 1.15.x ]
15
os: [ ubuntu-latest, macos-latest ]
16
env:
17
OS: ${{ matrix.os }}
go.mod
@@ -1,3 +1,3 @@
1
module github.com/neovim/go-client
2
3
-go 1.12
+go 1.13
0 commit comments