mirror of https://github.com/goccy/go-json.git
Remove Go 1.13 from CI
This commit is contained in:
parent
d0d58b9026
commit
bd8efd020e
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
|
||||
go-version: [ "1.13", "1.14", "1.15", "1.16" ]
|
||||
go-version: [ "1.14", "1.15", "1.16" ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: setup Go ${{ matrix.go-version }}
|
||||
|
|
Loading…
Reference in New Issue