Update tested golang version

Signed-off-by: Christian Goll <cgoll@suse.de>
This commit is contained in:
Christian Goll
2023-08-11 13:39:11 -06:00
committed by Jonathon Anderson
parent d96c55022d
commit 2892781078

View File

@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17', '1.18', '1.19' ]
go: [ '1.18', '1.19', '1.20' ]
steps:
- uses: actions/checkout@v3