chore: bump Go to 1.26.7 and mcms to v0.55.0 - #23614
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
👋 ilija42, 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! |
3b66724 to
9c8adaa
Compare
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3b66724e2d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| module github.com/smartcontractkit/chainlink/v2 | ||
|
|
||
| go 1.26.6 | ||
| go 1.26.7 |
There was a problem hiding this comment.
Align the Docker builders with the new Go minimum
The root module now requires Go 1.26.7, but both core/chainlink.Dockerfile:8 and plugins/chainlink.Dockerfile:10 still use golang:1.26.6-bookworm before copying this go.mod and running Go commands. In the image builds referenced by .github/workflows/build-publish.yml and .github/workflows/docker-build.yml, this either forces an unpinned automatic toolchain download or fails when toolchain auto-downloads are disabled/unavailable, so the release and test builders should be bumped alongside the module.
Useful? React with 👍 / 👎.
9c8adaa to
025ec76
Compare
|





Uh oh!
There was an error while loading. Please reload this page.