Skip to content

Go: Bump toolchain to 1.25.7 - #21302

Merged
owen-mc merged 1 commit into
mainfrom
mbg/go/bump-to-1.25.7
Feb 10, 2026
Merged

Go: Bump toolchain to 1.25.7#21302
owen-mc merged 1 commit into
mainfrom
mbg/go/bump-to-1.25.7

Conversation

@mbg

@mbgmbg commented Feb 10, 2026

Copy link
Copy Markdown
Member

Updates the version of the Go toolchain we use for builds to 1.25.7.

The addition of com_github_stretchr_testify as a dependency in MODULE.bazel was automatic when I ran Bazel, probably a result of that dependency getting promoted to an explicit dependency in #21300

@mbg
mbg requested a review from a team as a code ownerFebruary 10, 2026 10:02
CopilotAI review requested due to automatic review settings February 10, 2026 10:02
@mbg
mbg requested review from a team as code ownersFebruary 10, 2026 10:02

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s Go toolchain patch level to keep the Go extractor build/test environment aligned across go.mod, Bazel, and GitHub Actions.

Changes:

  • Bump Go toolchain directive in go/extractor/go.mod from go1.25.0 to go1.25.7.
  • Update the Go version default used by the Go extractor test composite action to ~1.25.7.
  • Update Bazel rules_go SDK download to 1.25.7 and add the Bazel repo mapping for com_github_stretchr_testify from go.mod deps.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

FileDescription
go/extractor/go.modAdvances the Go toolchain patch version for the extractor module.
go/actions/test/action.ymlAligns CI test Go version default with the bumped toolchain patch level.
MODULE.bazelAligns Bazel’s Go SDK version with the bumped toolchain and ensures testify’s repo is available for Bazel builds/tests.

@mbgmbg self-assigned this Feb 10, 2026
@owen-mc
owen-mc merged commit f2d3bc0 into mainFeb 10, 2026
78 checks passed
@owen-mc
owen-mc deleted the mbg/go/bump-to-1.25.7 branch February 10, 2026 10:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mbg@owen-mc