chore(deps): upgrading samber/slog-common#21
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 2 2
Lines 76 76
=====================================
Misses 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR upgrades the samber/slog-common dependency from v0.19.0 to v0.20.0, which also brings an indirect upgrade of samber/lo from v1.51.0 to v1.52.0. The PR also includes an unrelated change to the CI workflow configuration.
Changes:
- Upgraded
samber/slog-commonfrom v0.19.0 to v0.20.0 - Upgraded indirect dependency
samber/lofrom v1.51.0 to v1.52.0 - Added
fail-fast: falseto the test workflow strategy
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updated direct dependency samber/slog-common to v0.20.0 and indirect dependency samber/lo to v1.52.0 |
| go.sum | Updated checksums for the upgraded dependencies |
| .github/workflows/test.yml | Added fail-fast: false to test matrix strategy (unrelated to dependency upgrade) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| test: | ||
| runs-on: ubuntu-latest | ||
| strategy: | ||
| fail-fast: false |
There was a problem hiding this comment.
The PR title indicates this is a dependency upgrade for "samber/slog-common", but the changes also include modifications to the test workflow (adding fail-fast: false). This workflow change is unrelated to the dependency upgrade and should either be mentioned in the PR title/description or moved to a separate PR for better separation of concerns.
No description provided.