-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bump golangci-lint to v1.61.0 #3135
Conversation
WalkthroughThe changes involve updates to the version of the Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant CI/CD Pipeline
participant Linter
Developer->>CI/CD Pipeline: Push code
CI/CD Pipeline->>Linter: Run golangci-lint v1.61.0
Linter-->>CI/CD Pipeline: Return linting results
CI/CD Pipeline-->>Developer: Provide feedback
Poem
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (2)
Files skipped from review due to trivial changes (2)
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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3135 +/- ##
==========================================
+ Coverage 80.11% 80.13% +0.02%
==========================================
Files 117 117
Lines 9047 9047
==========================================
+ Hits 7248 7250 +2
+ Misses 1364 1363 -1
+ Partials 435 434 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fixing CI in a sec |
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50
.
Benchmark suite | Current: fac048d | Previous: 37f1a65 | Ratio |
---|---|---|---|
Benchmark_Compress_Levels/Brotli_LevelBestCompression - B/op |
6 B/op |
0 B/op |
+∞ |
Benchmark_Compress_Levels/Zstd_LevelBestCompression - B/op |
1 B/op |
0 B/op |
+∞ |
BenchmarkAppendMsgitem - MB/s |
3219.11 MB/s |
1823.77 MB/s |
1.77 |
BenchmarkAppendMsgitem - MB/s |
2891.82 MB/s |
1823.77 MB/s |
1.59 |
This comment was automatically generated by workflow using github-action-benchmark.
Description
Type of change