[NET-6842] splitting go version on different lines (#19887)

This commit is contained in:
Ronald 2023-12-11 11:15:32 -05:00 committed by GitHub
parent dfab5ade50
commit 195e3aab8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 10 deletions

View File

@ -86,15 +86,24 @@ jobs:
strategy:
matrix:
include:
- {go: "1.20.12", goos: "linux", goarch: "386"}
- {go: "1.20.12", goos: "linux", goarch: "amd64"}
- {go: "1.20.12", goos: "linux", goarch: "arm"}
- {go: "1.20.12", goos: "linux", goarch: "arm64"}
- {go: "1.20.12", goos: "freebsd", goarch: "386"}
- {go: "1.20.12", goos: "freebsd", goarch: "amd64"}
- {go: "1.20.12", goos: "windows", goarch: "386"}
- {go: "1.20.12", goos: "windows", goarch: "amd64"}
- {go: "1.20.12", goos: "solaris", goarch: "amd64"}
- {go: "1.20.12",
goos: "linux", goarch: "386"}
- {go: "1.20.12",
goos: "linux", goarch: "amd64"}
- {go: "1.20.12",
goos: "linux", goarch: "arm"}
- {go: "1.20.12",
goos: "linux", goarch: "arm64"}
- {go: "1.20.12",
goos: "freebsd", goarch: "386"}
- {go: "1.20.12",
goos: "freebsd", goarch: "amd64"}
- {go: "1.20.12",
goos: "windows", goarch: "386"}
- {go: "1.20.12",
goos: "windows", goarch: "amd64"}
- {go: "1.20.12",
goos: "solaris", goarch: "amd64"}
fail-fast: true
name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
@ -183,7 +192,8 @@ jobs:
strategy:
matrix:
include:
- {go: "1.20.12", goos: "linux", goarch: "s390x"}
- {go: "1.20.12",
goos: "linux", goarch: "s390x"}
fail-fast: true
name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build