update GitHub action ci requre go-version to 1.19.x and 1.20.x

pull/201/head
Michael Li 1 year ago
parent 20ebe537f4
commit 69620f9779
No known key found for this signature in database

@ -46,7 +46,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [ 1.18.x, 1.19.x ]
go-version: [ 1.19.x, 1.20.x ]
platform: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
@ -65,7 +65,7 @@ jobs:
name: TestOnWindows
strategy:
matrix:
go-version: [ 1.18.x, 1.19.x ]
go-version: [ 1.19.x, 1.20.x ]
platform: [ windows-latest ]
runs-on: ${{ matrix.platform }}
steps:

Loading…
Cancel
Save