ci: drop Go < 1.17 and add 1.19

release/0.12
Joe Chen 2022-08-08 14:01:43 +08:00
parent 1ce5171ae1
commit e4f9251e54
No known key found for this signature in database
GPG Key ID: 0BDE5280C552FF60
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ]
go-version: [ 1.17.x, 1.18.x, 1.19.x ]
platform: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
@ -93,7 +93,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ]
go-version: [ 1.17.x, 1.18.x, 1.19.x ]
platform: [ windows-latest ]
runs-on: ${{ matrix.platform }}
steps: