beyla
beyla copied to clipboard
chore(deps): update actions/setup-go action to v5.5.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-go | action | minor | v5 -> v5.5.0 |
Release Notes
actions/setup-go (actions/setup-go)
v5.5.0
What's Changed
Bug fixes:
- Update self-hosted environment validation by @priyagupta108 in #556
- Add manifest validation and improve error handling by @priyagupta108 in #586
- Update template link by @jsoref in #527
Dependency updates:
- Upgrade @action/cache from 4.0.2 to 4.0.3 by @aparnajyothi-y in #574
- Upgrade @actions/glob from 0.4.0 to 0.5.0 by @dependabot in #573
- Upgrade ts-jest from 29.1.2 to 29.3.2 by @dependabot in #582
- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by @dependabot in #537
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.5.0
v5.4.0
What's Changed
Dependency updates :
- Upgrade semver from 7.6.0 to 7.6.3 by @dependabot in #535
- Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by @dependabot in #536
- Upgrade @action/cache from 4.0.0 to 4.0.2 by @aparnajyothi-y in #568
- Upgrade undici from 5.28.4 to 5.28.5 by @dependabot in #541
New Contributors
- @aparnajyothi-y made their first contribution in #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 #531 - Configure Dependabot settings by @HarithaVattikuti in #530
- Document update - permission section by @HarithaVattikuti in #533
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 by @dependabot in #534
New Contributors
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 #496
New Contributors
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 #500
- Upgrade IA Publish by @Jcambass in #502
- Add architecture to cache key by @Zxilly in #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 #510
Bug Fixes
New Contributors
- @Zxilly made their first contribution in #493
- @Jcambass made their first contribution in #500
- @jww3 made their first contribution in #511
- @priyagupta108 made their first contribution in #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 #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 #487
New Contributors
- @HarithaVattikuti made their first contribution in #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 #465
- Update documentation with latest V5 release notes by @ab in #459
- Update version documentation by @178inaba in #458
- Documentation update of
actions/setup-goto v5 by @chenrui333 in #449
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1
Configuration
📅 Schedule: Branch creation - "before 8am 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
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 43.30%. Comparing base (17ffdd6) to head (19b6886).
Additional details and impacted files
@@ Coverage Diff @@
## main #2309 +/- ##
=======================================
Coverage 43.30% 43.30%
=======================================
Files 38 38
Lines 2974 2974
=======================================
Hits 1288 1288
Misses 1573 1573
Partials 113 113
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 43.30% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.