Skip to content

Commit

Permalink
ci: Only test cross-build on latest Go version (#4319)
Browse files Browse the repository at this point in the history
This generated way too many test jobs, which weren't really that useful. Cross-build is just to keep us posted on which architectures are building okay, so it's not necessary to do it twice. Only plan9 is not working at this point (see #3615)
  • Loading branch information
francislavoie authored Aug 31, 2021
1 parent 4ebf100 commit 105dac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
goos: ['android', 'linux', 'solaris', 'illumos', 'dragonfly', 'freebsd', 'openbsd', 'plan9', 'windows', 'darwin', 'netbsd']
go: [ '1.16', '1.17' ]
go: [ '1.17' ]
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 105dac8

Please sign in to comment.