setup-xgo
Version updated for https://github.com/goplus/setup-xgo to version v1.1.0.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-xgo GitHub Action sets up an XGo environment in workflows by installing Go and XGo, optionally caching specific versions, and adding them to the PATH. It automates the configuration process for cross-compiling Go applications using XGo, ensuring compatibility through SemVer-based version matching. Additionally, it enhances error handling by registering problem matchers for improved debugging.
Release notes
What’s Changed
- fix: version check compatibility with devel and .x suffixes by @cpunion in https://github.com/goplus/setup-xgo/pull/46
New Contributors
- @cpunion made their first contribution in https://github.com/goplus/setup-xgo/pull/46
Full Changelog: https://github.com/goplus/setup-xgo/compare/v1...v1.1.0