-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependencies #559
Upgrade dependencies #559
Conversation
golangci/golangci-lint-action: v5 -> v6
WalkthroughThe recent updates primarily focus on refining the Golang CI/CD pipeline and code quality tools. The Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
d9b8905
to
2effcc5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #559 +/- ##
==========================================
- Coverage 76.00% 75.95% -0.06%
==========================================
Files 72 72
Lines 5944 5944
==========================================
- Hits 4518 4515 -3
- Misses 1036 1038 +2
- Partials 390 391 +1 ☔ View full report in Codecov by Sentry. |
2effcc5
to
2b9a0e9
Compare
Direct: github.com/pion/dtls/v2 v2.2.8-0.20240601040544-edc7ad02205f golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc golang.org/x/net v0.25.0 Indirect: golang.org/x/crypto v0.23.0 golang.org/x/sys v0.20.0
2b9a0e9
to
bb3be0b
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (2)
go.mod
is excluded by!**/*.mod
go.sum
is excluded by!**/*.sum
Files selected for processing (3)
- .github/workflows/golangci-lint.yml (1 hunks)
- .golangci.yml (3 hunks)
- pkg/rand/rand.go (1 hunks)
Files skipped from review due to trivial changes (3)
- .github/workflows/golangci-lint.yml
- .golangci.yml
- pkg/rand/rand.go
Summary by CodeRabbit
Chores
Refactor