Go Installer
Version updated for https://github.com/mattdowdell/go-installer to version v0.4.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The go-installer GitHub Action automates the process of installing and caching Go binaries for specified packages and versions. It simplifies dependency management by allowing the installation of tools directly from a package name or version source, including tracking versions from a go.mod file. This action helps streamline CI workflows by ensuring consistent and efficient setup of Go tools across development environments.
Release notes
What’s Changed
- Bump actions/cache from 4.2.0 to 5.0.4
- Bump actions/setup-go from 5.3.0 to 6.3.0
- Bump mattdowdell/pr-sizer from 0.1.0 to 0.5.2
- Bump actions/checkout from 4.2.2 to 6.0.2
- Bump actions/github-script from 7.0.1 to 8.0.0
Full Changelog: https://github.com/mattdowdell/go-installer/compare/v0.3.0...v0.4.0