Sourced from actions/setup-go's releases.
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
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)