Conversation
|
👋 joaoluisam, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW
Bumps the github.com/smartcontractkit/chain-selectors dependency from v1.0.97 to v1.0.98 across several Go modules in the repository (and updates corresponding go.sum entries).
Changes:
- Update
chain-selectorsrequirement tov1.0.98in multiplego.modfiles. - Refresh
go.sumchecksums to matchv1.0.98in those modules.
Scrupulous human review focus:
- Confirm whether the intent is a repo-wide version bump (some other Go modules still reference
v1.0.97).
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Bump chain-selectors to v1.0.98 for system test module. |
| system-tests/tests/go.sum | Update sums for chain-selectors v1.0.98. |
| system-tests/lib/go.mod | Bump chain-selectors to v1.0.98 for system-tests lib module. |
| system-tests/lib/go.sum | Update sums for chain-selectors v1.0.98. |
| integration-tests/load/go.mod | Bump chain-selectors to v1.0.98 for load tests module. |
| integration-tests/load/go.sum | Update sums for chain-selectors v1.0.98. |
| integration-tests/go.mod | Bump chain-selectors to v1.0.98 for integration tests module. |
| integration-tests/go.sum | Update sums for chain-selectors v1.0.98. |
| go.mod | Bump chain-selectors to v1.0.98 for root module. |
| go.sum | Update sums for chain-selectors v1.0.98. |
| deployment/go.mod | Bump chain-selectors to v1.0.98 for deployment module. |
| deployment/go.sum | Update sums for chain-selectors v1.0.98. |
| core/scripts/go.mod | Bump chain-selectors to v1.0.98 for core scripts module. |
| core/scripts/go.sum | Update sums for chain-selectors v1.0.98. |
| github.com/shirou/gopsutil/v3 v3.24.3 | ||
| github.com/shopspring/decimal v1.4.0 | ||
| github.com/smartcontractkit/chain-selectors v1.0.97 | ||
| github.com/smartcontractkit/chain-selectors v1.0.98 |
There was a problem hiding this comment.
The PR title suggests a repo-wide bump of github.com/smartcontractkit/chain-selectors to v1.0.98, but there are still other Go modules in the repo pinned to v1.0.97 (e.g., devenv/go.mod, core/scripts/ccip/manual-execution/go.mod, system-tests/tests/canaries_sentinels/proof-of-reserve/cron-based/go.mod, system-tests/tests/smoke/cre/solana/solwrite/go.mod). If the intent is a consistent bump, these modules (and their go.sum files) should be updated as well; otherwise consider clarifying the PR scope/title.
|
|





No description provided.