fix: upgrade go-libs to v5.6.1#1424
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (8)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v2.4 #1424 +/- ##
================================================
+ Coverage 81.16% 81.25% +0.08%
================================================
Files 206 206
Lines 11261 11259 -2
================================================
+ Hits 9140 9148 +8
- Misses 1559 1560 +1
+ Partials 562 551 -11 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
NumaryBot
left a comment
There was a problem hiding this comment.
✅ Approve — automated review
The diff only updates go-libs pins and the corresponding module sums/indirect dependency versions. I did not identify any discrete breakage introduced by these dependency changes in the checked-in module files.
No findings.
Summary
github.com/formancehq/go-libs/v5tov5.6.1.go.sumfiles aftergo mod tidy.Validation
go test ./...go build ./...go test github.com/formancehq/go-libs/v5/pkg/storage/bun/connect -run 'TestReadWriteValidateConnectTimesOut|TestReadOnlyResetSessionTimesOut' -count=1 -v\n-(cd tools/generator && go test ./... && go build ./...)\n-(cd tools/provisioner && go test ./... && go build ./...)\n-(cd deployments/pulumi && go build ./...)\n\ndeployments/pulumifull tests require thepulumiCLI; this local environment does not have it onPATH.