test with go-version: [1.19.x, 1.20.x]
Vladimir Bauer
3 years ago
| 16 | 16 |
test:
|
| 17 | 17 |
strategy:
|
| 18 | 18 |
matrix:
|
| 19 | |
go-version: [1.18, 1.19]
|
|
19 |
go-version: [1.19.x, 1.20.x]
|
| 20 | 20 |
os: [ubuntu-latest, macos-latest, windows-latest]
|
| 21 | 21 |
runs-on: ${{ matrix.os }}
|
| 22 | 22 |
steps:
|