Sourced from actions/setup-go's releases.
v6.4.0
What's Changed
Enhancement
- Add go-download-base-url input for custom Go distributions by
@gdamsin actions/setup-go#721Dependency update
- Upgrade minimatch from 3.1.2 to 3.1.5 by
@dependabotin actions/setup-go#727Documentation update
- Rearrange README.md, add advanced-usage.md by
@priyagupta108in actions/setup-go#724- Fix Microsoft build of Go link by
@gdamsin actions/setup-go#734New Contributors
@gdamsmade their first contribution in actions/setup-go#721Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.4.0
v6.3.0
What's Changed
- Update default Go module caching to use go.mod by
@priyagupta108in actions/setup-go#705- Fix golang download url to go.dev by
@178inabain actions/setup-go#469Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.3.0
v6.2.0
What's Changed
Enhancements
- Example for restore-only cache in documentation by
@aparnajyothi-yin actions/setup-go#696- Update Node.js version in action.yml by
@ccoVeillein actions/setup-go#691- Documentation update of actions/checkout by
@deiningin actions/setup-go#683Dependency updates
- Upgrade js-yaml from 3.14.1 to 3.14.2 by
@dependabotin actions/setup-go#682- Upgrade
@actions/cacheto v5 by@salmanmkcin actions/setup-go#695- Upgrade actions/checkout from 5 to 6 by
@dependabotin actions/setup-go#686- Upgrade qs from 6.14.0 to 6.14.1 by
@dependabotin actions/setup-go#703New Contributors
@ccoVeillemade their first contribution in actions/setup-go#691@deiningmade their first contribution in actions/setup-go#683Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.2.0
v6.1.0
What's Changed
Enhancements
- Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by
@nicholasngaiin actions/setup-go#665- Add support for .tool-versions file and update workflow by
@priya-kinthaliin actions/setup-go#673- Add comprehensive breaking changes documentation for v6 by
@mahabaleshwarsin actions/setup-go#674
... (truncated)
4a36011 docs: fix Microsoft build of Go link (#734)8f19afc feat: add go-download-base-url input for custom Go distributions (#721)27fdb26 Bump minimatch from 3.1.2 to 3.1.5 (#727)def8c39 Rearrange README.md, add advanced-usage.md (#724)4b73464 Fix golang download url to go.dev (#469)a5f9b05 Update default Go module caching to use go.mod (#705)7a3fe6c Bump qs from 6.14.0 to 6.14.1 (#703)b9adafd Bump actions/checkout from 5 to 6 (#686)d73f6bc README.md: correct to actions/checkout@v6 (#683)ae252ee Bump @actions/cache to v5 (#695)