Skip to content

Conversation

@mbg
Copy link
Member

@mbg mbg commented Feb 10, 2026

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 owner February 10, 2026 10:02
Copilot AI review requested due to automatic review settings February 10, 2026 10:02
@mbg mbg requested review from a team as code owners February 10, 2026 10:02
@github-actions github-actions bot added the Go label Feb 10, 2026
Copy link
Contributor

Copilot AI left a comment

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.

File Description
go/extractor/go.mod Advances the Go toolchain patch version for the extractor module.
go/actions/test/action.yml Aligns CI test Go version default with the bumped toolchain patch level.
MODULE.bazel Aligns Bazel’s Go SDK version with the bumped toolchain and ensures testify’s repo is available for Bazel builds/tests.

@mbg mbg self-assigned this Feb 10, 2026
@owen-mc owen-mc merged commit f2d3bc0 into main Feb 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 free to 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.

2 participants