Sourced from actions/setup-go's releases.
v5.2.0
What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by
@Shegox
in actions/setup-go#496New Contributors
@Shegox
made their first contribution in actions/setup-go#496Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.2.0
3041bf5
feat: fallback to "raw" endpoint for manifest when rate limit
is reached (#496)