We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac7ac8 commit ab13013Copy full SHA for ab13013
.github/workflows/test.yml
@@ -29,10 +29,9 @@ jobs:
29
- macos-10.15 # https://github.com/actions/virtual-environments/blob/macOS-10.15/20201212.1/images/macos/macos-10.15-Readme.md
30
- windows-2019 # https://github.com/actions/virtual-environments/blob/win19/20201210.0/images/win/Windows2019-Readme.md
31
go-version:
32
- - 1.13.x
33
- 1.14.x
34
- 1.15.x
35
- - 1.16.0-beta1
+ - 1.16.x
36
fail-fast: false
37
38
runs-on: ${{ matrix.os }}
go.mod
@@ -1,3 +1,3 @@
1
module github.com/neovim/go-client
2
3
-go 1.13
+go 1.14
go.sum
0 commit comments