chore: bump go to 1.25.7 across modules#4544
chore: bump go to 1.25.7 across modules#4544Olexandr88 wants to merge 1 commit intozeta-chain:mainfrom
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughGo toolchain versions are updated from 1.22.5 and 1.23.x to 1.25 and 1.25.7 across module files. Replace directives in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@contrib/rpcimportable/go.mod`:
- Around line 10-19: The go.mod currently contains temporary replace directives
(e.g., "replace github.com/gogo/protobuf => ...", "replace
github.com/ethereum/go-ethereum => ...", "replace github.com/cosmos/evm => ...",
"replace github.com/zeta-chain/protocol-contracts-evm => ...") that contradict
the file comment stating it should be empty when committed; remove these four
replace directives entirely from contrib/rpcimportable/go.mod so the committed
go.mod contains no replace lines and matches the intended empty state.
Signed-off-by: Olexandr88 <radole1203@gmail.com>
Updates Go version to 1.25.7 and aligns all modules to the same Go release Helps keep the toolchain up to date and consistent across the repository.
Summary by CodeRabbit