chore: replace ibc-go pseudo-version with tag#122
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request upgrades the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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 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 |
chore: replace ibc-go pseudo-version with v10.4.0 tag
Motivation 💡
go.modwas pinned to the ibc-go pseudo-versionv10.3.1-0.20250909102629-ed3b125c7b6f. Upstream has since tagged that exact commit (ed3b125c7b6fb7cbb6f9535d62f4c19f572a0c53) asv10.4.0, so we can switch to a stable release tag instead of a pseudo-version.Changes 🛠
github.com/cosmos/ibc-go/v10fromv10.3.1-0.20250909102629-ed3b125c7b6ftov10.4.0ingo.modgo.sumentriesConsiderations 🤔
v10.4.0resolve to the same upstream commit (ed3b125c7b6f) and thego.modsum (h1:a74pAPUSJ7NewvmvELU74hUClJhwnmm5MGbEaiTw/kE=) is unchanged, so this is a label-only swapSummary by CodeRabbit