disable Go 1.16 on CI, fix cross compile workflow

This commit is contained in:
Marten Seemann
2021-01-29 12:36:16 +08:00
parent f1500db062
commit 3894d16cc4
3 changed files with 6 additions and 4 deletions

View File

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