[release-23.0] Upgrade the Golang version to go1.25.10#20064
Merged
timvaillancourt merged 2 commits intoMay 8, 2026
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Contributor
|
Hello! 👋 This Pull Request is now handled by arewefastyet. The current HEAD and future commits will be benchmarked. You can find the performance comparison on the arewefastyet website. |
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Vitess release-23.0 branch build/tooling to use Go 1.25.10 and aligns the Docker bootstrap image versioning to 48.4.
Changes:
- Bump the Go version from
1.25.9to1.25.10in module/build tooling. - Update bootstrap image version from
48.3to48.4across Makefile + test harness. - Refresh Docker build base images to
golang:1.25.10-bookworm(pinned by digest) and record the change in the bootstrap changelog.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test.go | Updates default -bootstrap-version flag value to 48.4. |
| Makefile | Bumps BOOTSTRAP_VERSION to 48.4 for bootstrap build/push/test targets. |
| go.mod | Updates the go directive to 1.25.10. |
| docker/vttestserver/Dockerfile.mysql84 | Updates builder base image to Go 1.25.10 pinned digest. |
| docker/vttestserver/Dockerfile.mysql80 | Updates builder base image to Go 1.25.10 pinned digest. |
| docker/lite/Dockerfile.percona80 | Updates builder base image to Go 1.25.10 pinned digest. |
| docker/lite/Dockerfile.mysql84 | Updates builder base image to Go 1.25.10 pinned digest. |
| docker/lite/Dockerfile.mysql80 | Updates builder base image to Go 1.25.10 pinned digest. |
| docker/lite/Dockerfile | Updates builder base image to Go 1.25.10 pinned digest. |
| docker/bootstrap/Dockerfile.common | Updates bootstrap base image to Go 1.25.10 pinned digest. |
| docker/bootstrap/CHANGELOG.md | Adds bootstrap image version 48.4 entry for the Go bump. |
| build.env | Updates the recommended minimum Go version check to 1.25.10. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mattlord
approved these changes
May 8, 2026
timvaillancourt
approved these changes
May 8, 2026
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.
This Pull Request bumps the Golang version to
go1.25.10and the bootstrap version to48.4.cc @vitessio/release