update to Go 1.17.x

This commit is contained in:
Marten Seemann
2021-08-16 19:08:51 +02:00
parent 4a9bd794bf
commit c923158a3e
9 changed files with 16 additions and 15 deletions

View File

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