update CI to use Go 1.20

This commit is contained in:
Marten Seemann
2023-02-02 09:49:26 +13:00
parent 68c91c9a2b
commit 55891e2925
7 changed files with 17 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.18.x", "1.19.x", "1.20.0-rc.2" ]
go: [ "1.18.x", "1.19.x", "1.20.x" ]
runs-on: ${{ matrix.os }}-latest
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
steps: