common bump#22379
Conversation
|
👋 ettec, 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! |
|
✅ No conflicts with other open PRs targeting |
|
I see you updated files related to
|
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW
This PR bumps the github.com/smartcontractkit/chainlink-common dependency to a newer pseudo-version across the repo’s main module and several nested test/deployment/script modules, updating corresponding go.sum entries accordingly.
Changes:
- Update
github.com/smartcontractkit/chainlink-commonfromv0.11.2-0.20260506120607-7f10be016c89tov0.11.2-0.20260511105412-c0c74c7c893ein multiplego.modfiles. - Refresh related
go.sumchecksums to match the newchainlink-commonversion. - Remove a duplicated
cld-changesets v0.2.0/go.modchecksum line in a couple ofgo.sumfiles.
Scrupulous human review recommended (targeted):
- Confirm the
chainlink-commoncommitc0c74c7c893eis the intended bump and is compatible with the consuming modules (root, deployment tooling, scripts, and test modules), since any subtle API/behavior changes could surface primarily in integration/system tests and scripts.
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.sum | Updates chainlink-common sums; removes a duplicated cld-changesets go.mod sum entry. |
| system-tests/tests/go.mod | Bumps chainlink-common requirement to the new pseudo-version. |
| system-tests/lib/go.sum | Updates chainlink-common sums to the new pseudo-version. |
| system-tests/lib/go.mod | Bumps chainlink-common requirement to the new pseudo-version. |
| integration-tests/load/go.sum | Updates chainlink-common sums to the new pseudo-version. |
| integration-tests/load/go.mod | Bumps chainlink-common requirement to the new pseudo-version. |
| integration-tests/go.sum | Updates chainlink-common sums to the new pseudo-version. |
| integration-tests/go.mod | Bumps chainlink-common requirement to the new pseudo-version. |
| go.sum | Updates top-level chainlink-common sums to the new pseudo-version. |
| go.mod | Bumps top-level chainlink-common requirement to the new pseudo-version. |
| deployment/go.sum | Updates chainlink-common sums to the new pseudo-version. |
| deployment/go.mod | Bumps chainlink-common requirement to the new pseudo-version. |
| core/scripts/go.sum | Updates chainlink-common sums; removes a duplicated cld-changesets go.mod sum entry. |
| core/scripts/go.mod | Bumps chainlink-common requirement to the new pseudo-version. |
|
|





No description provided.