actions/setup-go (actions/setup-go)
### [`v5.1.0`](https://togithub.com/actions/setup-go/releases/tag/v5.1.0)
[Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.2...v5.1.0)
#### What's Changed
- Add workflow file for publishing releases to immutable action package by [@Jcambass](https://togithub.com/Jcambass) in [https://github.com/actions/setup-go/pull/500](https://togithub.com/actions/setup-go/pull/500)
- Upgrade IA Publish by [@Jcambass](https://togithub.com/Jcambass) in [https://github.com/actions/setup-go/pull/502](https://togithub.com/actions/setup-go/pull/502)
- Add architecture to cache key by [@Zxilly](https://togithub.com/Zxilly) in [https://github.com/actions/setup-go/pull/493](https://togithub.com/actions/setup-go/pull/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](https://togithub.com/priyagupta108) in [https://github.com/actions/setup-go/pull/510](https://togithub.com/actions/setup-go/pull/510)
**Bug Fixes**
- Revise `isGhes` logic by [@jww3](https://togithub.com/jww3) in [https://github.com/actions/setup-go/pull/511](https://togithub.com/actions/setup-go/pull/511)
#### New Contributors
- [@Zxilly](https://togithub.com/Zxilly) made their first contribution in [https://github.com/actions/setup-go/pull/493](https://togithub.com/actions/setup-go/pull/493)
- [@Jcambass](https://togithub.com/Jcambass) made their first contribution in [https://github.com/actions/setup-go/pull/500](https://togithub.com/actions/setup-go/pull/500)
- [@jww3](https://togithub.com/jww3) made their first contribution in [https://github.com/actions/setup-go/pull/511](https://togithub.com/actions/setup-go/pull/511)
- [@priyagupta108](https://togithub.com/priyagupta108) made their first contribution in [https://github.com/actions/setup-go/pull/510](https://togithub.com/actions/setup-go/pull/510)
**Full Changelog**: https://github.com/actions/setup-go/compare/v5...v5.1.0
### [`v5.0.2`](https://togithub.com/actions/setup-go/releases/tag/v5.0.2)
[Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2)
#### What's Changed
##### Bug fixes:
- Fix versions check failure by [@HarithaVattikuti](https://togithub.com/HarithaVattikuti) in [https://github.com/actions/setup-go/pull/479](https://togithub.com/actions/setup-go/pull/479)
##### Dependency updates:
- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-go/pull/487](https://togithub.com/actions/setup-go/pull/487)
#### New Contributors
- [@HarithaVattikuti](https://togithub.com/HarithaVattikuti) made their first contribution in [https://github.com/actions/setup-go/pull/479](https://togithub.com/actions/setup-go/pull/479)
**Full Changelog**: https://github.com/actions/setup-go/compare/v5...v5.0.2
### [`v5.0.1`](https://togithub.com/actions/setup-go/releases/tag/v5.0.1)
[Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.0...v5.0.1)
#### What's Changed
- Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by [@dependabot](https://togithub.com/dependabot) , [@HarithaVattikuti](https://togithub.com/HarithaVattikuti) in [https://github.com/actions/setup-go/pull/465](https://togithub.com/actions/setup-go/pull/465)
- Update documentation with latest V5 release notes by [@ab](https://togithub.com/ab) in [https://github.com/actions/setup-go/pull/459](https://togithub.com/actions/setup-go/pull/459)
- Update version documentation by [@178inaba](https://togithub.com/178inaba) in [https://github.com/actions/setup-go/pull/458](https://togithub.com/actions/setup-go/pull/458)
- Documentation update of `actions/setup-go` to v5 by [@chenrui333](https://togithub.com/chenrui333) in [https://github.com/actions/setup-go/pull/449](https://togithub.com/actions/setup-go/pull/449)
#### New Contributors
- [@ab](https://togithub.com/ab) made their first contribution in [https://github.com/actions/setup-go/pull/459](https://togithub.com/actions/setup-go/pull/459)
**Full Changelog**: https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v5.0.0
->v5.1.0
Release Notes
actions/setup-go (actions/setup-go)
### [`v5.1.0`](https://togithub.com/actions/setup-go/releases/tag/v5.1.0) [Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.2...v5.1.0) #### What's Changed - Add workflow file for publishing releases to immutable action package by [@Jcambass](https://togithub.com/Jcambass) in [https://github.com/actions/setup-go/pull/500](https://togithub.com/actions/setup-go/pull/500) - Upgrade IA Publish by [@Jcambass](https://togithub.com/Jcambass) in [https://github.com/actions/setup-go/pull/502](https://togithub.com/actions/setup-go/pull/502) - Add architecture to cache key by [@Zxilly](https://togithub.com/Zxilly) in [https://github.com/actions/setup-go/pull/493](https://togithub.com/actions/setup-go/pull/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](https://togithub.com/priyagupta108) in [https://github.com/actions/setup-go/pull/510](https://togithub.com/actions/setup-go/pull/510) **Bug Fixes** - Revise `isGhes` logic by [@jww3](https://togithub.com/jww3) in [https://github.com/actions/setup-go/pull/511](https://togithub.com/actions/setup-go/pull/511) #### New Contributors - [@Zxilly](https://togithub.com/Zxilly) made their first contribution in [https://github.com/actions/setup-go/pull/493](https://togithub.com/actions/setup-go/pull/493) - [@Jcambass](https://togithub.com/Jcambass) made their first contribution in [https://github.com/actions/setup-go/pull/500](https://togithub.com/actions/setup-go/pull/500) - [@jww3](https://togithub.com/jww3) made their first contribution in [https://github.com/actions/setup-go/pull/511](https://togithub.com/actions/setup-go/pull/511) - [@priyagupta108](https://togithub.com/priyagupta108) made their first contribution in [https://github.com/actions/setup-go/pull/510](https://togithub.com/actions/setup-go/pull/510) **Full Changelog**: https://github.com/actions/setup-go/compare/v5...v5.1.0 ### [`v5.0.2`](https://togithub.com/actions/setup-go/releases/tag/v5.0.2) [Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2) #### What's Changed ##### Bug fixes: - Fix versions check failure by [@HarithaVattikuti](https://togithub.com/HarithaVattikuti) in [https://github.com/actions/setup-go/pull/479](https://togithub.com/actions/setup-go/pull/479) ##### Dependency updates: - Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-go/pull/487](https://togithub.com/actions/setup-go/pull/487) #### New Contributors - [@HarithaVattikuti](https://togithub.com/HarithaVattikuti) made their first contribution in [https://github.com/actions/setup-go/pull/479](https://togithub.com/actions/setup-go/pull/479) **Full Changelog**: https://github.com/actions/setup-go/compare/v5...v5.0.2 ### [`v5.0.1`](https://togithub.com/actions/setup-go/releases/tag/v5.0.1) [Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.0...v5.0.1) #### What's Changed - Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by [@dependabot](https://togithub.com/dependabot) , [@HarithaVattikuti](https://togithub.com/HarithaVattikuti) in [https://github.com/actions/setup-go/pull/465](https://togithub.com/actions/setup-go/pull/465) - Update documentation with latest V5 release notes by [@ab](https://togithub.com/ab) in [https://github.com/actions/setup-go/pull/459](https://togithub.com/actions/setup-go/pull/459) - Update version documentation by [@178inaba](https://togithub.com/178inaba) in [https://github.com/actions/setup-go/pull/458](https://togithub.com/actions/setup-go/pull/458) - Documentation update of `actions/setup-go` to v5 by [@chenrui333](https://togithub.com/chenrui333) in [https://github.com/actions/setup-go/pull/449](https://togithub.com/actions/setup-go/pull/449) #### New Contributors - [@ab](https://togithub.com/ab) made their first contribution in [https://github.com/actions/setup-go/pull/459](https://togithub.com/actions/setup-go/pull/459) **Full Changelog**: https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.