Skip to content

Commit

Permalink
github: add go1.15.x, remove support 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Nov 8, 2020
1 parent 7a87a37 commit 42f62bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.12.x, 1.13.x, 1.14.x ]
go-version: [ 1.13.x, 1.14.x, 1.15.x ]
os: [ ubuntu-latest, macos-latest ]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/neovim/go-client

go 1.12
go 1.13

0 comments on commit 42f62bc

Please sign in to comment.