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