Run checks with Go 1.20 as go 1.19 will be unmaintained soon
This commit is contained in:
parent
b500e556bf
commit
0e0c286d36
|
@ -4,7 +4,7 @@ jobs:
|
|||
check:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x]
|
||||
go-version: [1.20.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue