ci: update Go 1.21 to rc3 (#3994)

This commit is contained in:
Marten Seemann
2023-07-28 21:45:45 -07:00
committed by GitHub
parent 32f8b20ae5
commit 44a58dc425
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.20.x", "1.21.0-rc.2" ]
go: [ "1.20.x", "1.21.0-rc.3" ]
runs-on: ${{ fromJSON(vars['CROSS_COMPILE_RUNNER_UBUNTU'] || '"ubuntu-latest"') }}
name: "Cross Compilation (Go ${{matrix.go}})"
steps: