use Go 1.18 on CI

This commit is contained in:
Marten Seemann
2022-03-16 10:10:47 +04:00
parent 36977dd528
commit 366097106c
11 changed files with 83 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.16.x", "1.17.x", "1.18.0-rc1" ]
go: [ "1.16.x", "1.17.x", "1.18.x" ]
runs-on: ${{ matrix.os }}-latest
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
steps: