Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the repository’s Go toolchain patch version to 1.26.5 across build artifacts and all Go modules to keep CI, local tooling, and Docker-based builds aligned.
Changes:
- Updated all Go module
godirectives from1.26.2to1.26.5. - Updated Docker build/dev images to use
golang:1.26.5(-alpine)consistently across services. - Updated the central Go version pin in
tool-versions.env.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| verifier/Dockerfile.dev | Bumps dev base image to Go 1.26.5 (alpine). |
| verifier/Dockerfile | Bumps builder base image to Go 1.26.5 (alpine). |
| tool-versions.env | Updates pinned Go version to 1.26.5 for tooling. |
| pricer/Dockerfile.dev | Bumps dev base image to Go 1.26.5 (alpine). |
| pricer/Dockerfile | Bumps builder base image to Go 1.26.5 (alpine). |
| integration/evm/go.mod | Updates module Go version to 1.26.5. |
| indexer/Dockerfile.dev | Bumps dev base image to Go 1.26.5 (alpine). |
| indexer/Dockerfile | Bumps builder base image to Go 1.26.5 (alpine). |
| indexer/cmd/oapigen/go.mod | Updates module Go version to 1.26.5. |
| go.mod | Updates root module Go version to 1.26.5. |
| executor/Dockerfile.dev | Bumps dev base image to Go 1.26.5 (alpine). |
| executor/Dockerfile | Bumps builder base image to Go 1.26.5 (alpine). |
| deployment/go.mod | Updates module Go version to 1.26.5. |
| build/devenv/go.mod | Updates devenv module Go version to 1.26.5. |
| build/devenv/fakes/go.mod | Updates fakes module Go version to 1.26.5. |
| build/devenv/fakes/Dockerfile.dev | Bumps dev base image to Go 1.26.5 (alpine). |
| build/devenv/fakes/Dockerfile | Bumps builder base image to Go 1.26.5. |
| aggregator/Dockerfile.dev | Bumps dev base image to Go 1.26.5 (alpine). |
| aggregator/Dockerfile | Bumps builder base image to Go 1.26.5 (alpine). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Code coverage report:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Testing
Checklist
changelogdirectory)