Update actions/setup-go action to v5.1.0 by renovate[bot] · Pull Request #845 · sigstore/sigstore-java
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-go | action | minor | v5.0.2 -> v5.1.0 |
Release Notes
actions/setup-go (actions/setup-go)
v5.1.0
What's Changed
- Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/setup-go/pull/500
- Upgrade IA Publish by @Jcambass in https://github.com/actions/setup-go/pull/502
- Add architecture to cache key by @Zxilly in https://github.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 in https://github.com/actions/setup-go/pull/510
Bug Fixes
- Revise
isGheslogic by @jww3 in https://github.com/actions/setup-go/pull/511
New Contributors
- @Zxilly made their first contribution in https://github.com/actions/setup-go/pull/493
- @Jcambass made their first contribution in https://github.com/actions/setup-go/pull/500
- @jww3 made their first contribution in https://github.com/actions/setup-go/pull/511
- @priyagupta108 made their first contribution in https://github.com/actions/setup-go/pull/510
Full Changelog: actions/setup-go@v5...v5.1.0
Configuration
📅 Schedule: Branch creation - "every 3 weeks on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.