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:
Stefan Berger 2023-03-29 12:42:47 -04:00
parent 523674c781
commit 0b31beb1c7
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}