Fetch Go and cache modules
Version updated for https://github.com/ndx-technologies/gh-setup-go to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of fetching Go and caching its modules. It simplifies development by ensuring that each developer uses the same version of Go and reduces build times by reusing module caches between builds. The action is zero-dependency, meaning it does not require additional tools beyond Git to function properly.
What’s Changed
- fetch Go compiler
- cache modules to GitHub
- no dependencies
- no TypeScript