Sourced from actions/setup-go's releases.
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#674Dependency updates
- Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 by
@dependabotin actions/setup-go#617- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
@dependabotin actions/setup-go#641- Upgrade semver and
@types/semverby@dependabotin actions/setup-go#652New Contributors
@nicholasngaimade their first contribution in actions/setup-go#665@priya-kinthalimade their first contribution in actions/setup-go#673@mahabaleshwarsmade their first contribution in actions/setup-go#674Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.1.0
4dc6199
Bump semver and @types/semver (#652)f3787be
Add comprehensive breaking changes documentation for v6 (#674)3a0c2c8
Bump actions/publish-action from 0.3.0 to 0.4.0 (#641)faf5242
Add support for .tool-versions file in setup-go, update workflow (#673)7bc60db
Fall back to downloading from go.dev/dl instead of
storage.googleapis.com/gol...c0137ca
Bump eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking
chang...