update GitHub Actions to use Go 1.18rc1 (#3335)

This commit is contained in:
Marten Seemann
2022-02-20 17:23:51 +04:00
committed by GitHub
parent fd2c345152
commit 71c8af30ea
2 changed files with 2 additions and 2 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-beta1" ]
go: [ "1.16.x", "1.17.x", "1.18.0-rc1" ]
runs-on: ${{ matrix.os }}-latest
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
steps: