Go Build, UPX & Release Action
Version updated for https://github.com/ui86/go-builder-action to version v0.0.5.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Go Build, UPX & Release Action” is a GitHub Action designed to automate the build and release process for Go projects. It supports cross-compilation for multiple platforms (Windows, Linux, macOS), UPX compression for reduced binary sizes, build caching for faster subsequent builds, and automated artifact uploads to GitHub Releases. This action simplifies the entire release pipeline by handling tasks such as dependency management, hash generation, and flexible configuration of Go build parameters in a single step.
Release notes
Full Changelog: https://github.com/ui86/go-builder-action/compare/v0.0.4...v0.0.5