ci: Run tests with go 1.19 and 1.20 (abandon 1.18)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
523674c781
commit
0b31beb1c7
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
tests:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.18, 1.19]
|
||||
go: ["1.20", "1.19"]
|
||||
os: [ubuntu-22.04, windows-2022]
|
||||
|
||||
name: Tests / ${{ matrix.os }} / ${{ matrix.go }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue