chore(deps): update actions/setup-go action to v5
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| actions/setup-go | action | major | v4.2.1 -> v5.4.0 |
v5.5.0 |
Release Notes
actions/setup-go (actions/setup-go)
v5.4.0
What's Changed
Dependency updates :
- Upgrade semver from 7.6.0 to 7.6.3 by @dependabot in https://github.com/actions/setup-go/pull/535
- Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by @dependabot in https://github.com/actions/setup-go/pull/536
- Upgrade @action/cache from 4.0.0 to 4.0.2 by @aparnajyothi-y in https://github.com/actions/setup-go/pull/568
- Upgrade undici from 5.28.4 to 5.28.5 by @dependabot in https://github.com/actions/setup-go/pull/541
New Contributors
- @aparnajyothi-y made their first contribution in https://github.com/actions/setup-go/pull/568
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.4.0
v5.3.0
What's Changed
- Use the new cache service: upgrade
@actions/cacheto^4.0.0by @Link- in https://github.com/actions/setup-go/pull/531 - Configure Dependabot settings by @HarithaVattikuti in https://github.com/actions/setup-go/pull/530
- Document update - permission section by @HarithaVattikuti in https://github.com/actions/setup-go/pull/533
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 by @dependabot in https://github.com/actions/setup-go/pull/534
New Contributors
- @Link- made their first contribution in https://github.com/actions/setup-go/pull/531
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.3.0
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 https://github.com/actions/setup-go/pull/496
New Contributors
- @Shegox made their first contribution in https://github.com/actions/setup-go/pull/496
Full 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 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: https://github.com/actions/setup-go/compare/v5...v5.1.0
v5.0.2
What's Changed
Bug fixes:
- Fix versions check failure by @HarithaVattikuti in https://github.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 in https://github.com/actions/setup-go/pull/487
New Contributors
- @HarithaVattikuti made their first contribution in https://github.com/actions/setup-go/pull/479
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.0.2
v5.0.1
What's Changed
- Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by @dependabot , @HarithaVattikuti in https://github.com/actions/setup-go/pull/465
- Update documentation with latest V5 release notes by @ab in https://github.com/actions/setup-go/pull/459
- Update version documentation by @178inaba in https://github.com/actions/setup-go/pull/458
- Documentation update of
actions/setup-goto v5 by @chenrui333 in https://github.com/actions/setup-go/pull/449
New Contributors
- @ab made their first contribution in https://github.com/actions/setup-go/pull/459
Full Changelog: https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1
v5.0.0
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (https://github.com/actions/setup-go/pull/421). Moreover, we update some dependencies to the latest versions (https://github.com/actions/setup-go/pull/445).
Besides, this release contains such changes as:
- Fix hosted tool cache usage on windows by @galargh in https://github.com/actions/setup-go/pull/411
- Improve documentation regarding dependencies caching by @artemgavrilov in https://github.com/actions/setup-go/pull/417
New Contributors
- @galargh made their first contribution in https://github.com/actions/setup-go/pull/411
- @artemgavrilov made their first contribution in https://github.com/actions/setup-go/pull/417
- @chenrui333 made their first contribution in https://github.com/actions/setup-go/pull/421
Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0
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 was generated by Mend Renovate. View the repository job log.