chore: bump muxcore to v0.21.6#198
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughОбновлена версия модуля Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the github.com/thebtf/mcp-mux/muxcore dependency from version v0.19.7 to v0.21.6. It also modifies the go.mod and go.sum files to include github.com/Microsoft/go-winio as an indirect dependency and moves golang.org/x/sync to the indirect requirements section. I have no feedback to provide.
Summary
github.com/thebtf/mcp-mux/muxcorefromv0.19.7tov0.21.6go mod tidyWhy v0.21.6 instead of v0.20.4
Issue engram#114 was opened for
v0.20.4, but the issue itself was later updated to note thatv0.20.4is superseded and the correct drop-in target is nowv0.21.6.Verification
go build ./...go test ./... -count=1Issue
Summary by CodeRabbit