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
v5.1.0
What's Changed
- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/setup-go#500- Upgrade IA Publish by
@Jcambass
in actions/setup-go#502- Add architecture to cache key by
@Zxilly
in actions/setup-go#493 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.- Enhance workflows and Upgrade micromatch Dependency by
@priyagupta108
in actions/setup-go#510Bug Fixes
- Revise
isGhes
logic by@jww3
in actions/setup-go#511New Contributors
@Zxilly
made their first contribution in actions/setup-go#493@Jcambass
made their first contribution in actions/setup-go#500@jww3
made their first contribution in actions/setup-go#511@priyagupta108
made their first contribution in actions/setup-go#510Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.1.0
3041bf5
feat: fallback to "raw" endpoint for manifest when rate limit
is reached (#496)41dfa10
Enhance workflows and Upgrade micromatch Dependency (#510)9419772
Revise isGhes
logic (#511)d60b41a
Merge pull request #502
from actions/Jcambass-patch-1e09f57f
Upgrade IA Publishdf1a117
Merge pull request #500
from actions/Jcambass-patch-149582f6
Add workflow file for publishing releases to immutable action
packageb26d402
fix: add arch to cache key (#493)