Run test builds using recent Go
This commit is contained in:
parent
c08c86bfd9
commit
ffd24ccccb
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.16.x, 1.17.x]
|
||||
go-version: [1.18.x, 1.19.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user