Skip to content

chore(deps): upgrading samber/slog-common#18

Merged
samber merged 2 commits intomainfrom
chore/upgrade-slog-common
Feb 2, 2026
Merged

chore(deps): upgrading samber/slog-common#18
samber merged 2 commits intomainfrom
chore/upgrade-slog-common

Conversation

@samber
Copy link
Owner

@samber samber commented Feb 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 2, 2026 17:11
@codecov
Copy link

codecov bot commented Feb 2, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the samber/slog-common dependency from version 0.18.1 to 0.20.0, along with its transitive dependencies. It also adds a workflow configuration change unrelated to the dependency upgrade.

Changes:

  • Upgraded samber/slog-common from 0.18.1 to 0.20.0
  • Updated transitive dependencies: samber/lo (1.47.0 → 1.52.0) and golang.org/x/text (0.16.0 → 0.22.0)
  • Added fail-fast: false to the test workflow matrix strategy

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
go.mod Updated version constraints for samber/slog-common and its transitive dependencies
go.sum Updated checksums for all upgraded dependencies
.github/workflows/test.yml Added fail-fast: false to 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
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The addition of fail-fast: false to the test workflow appears unrelated to the dependency upgrade mentioned in the PR title. This change will allow all Go version matrix jobs to complete even if one fails, which is a behavioral change to the CI pipeline. Consider explaining this change in the PR description or moving it to a separate PR for clarity.

Copilot uses AI. Check for mistakes.
@samber samber merged commit ca05a03 into main Feb 2, 2026
14 checks passed
@samber samber deleted the chore/upgrade-slog-common branch February 2, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants