Skip to content

Go: Update Go version to 1.25.0 - #20210

Merged
jketema merged 5 commits into
mainfrom
jketema/go-1.25
Aug 13, 2025
Merged

Go: Update Go version to 1.25.0#20210
jketema merged 5 commits into
mainfrom
jketema/go-1.25

Conversation

@jketema

@jketemajketema commented Aug 12, 2025

Copy link
Copy Markdown
Contributor

The failure of Go Resolve Build Environment Tests looks expected. The test does pass on the internal PR (after workflow updates).

See the internal PR for a DCA experiment.

@jketemajketema changed the title Go: Update Go version to 1.25.0-rc.3Go: Update Go version to 1.25.0Aug 13, 2025
@jketemajketema added the depends on internal PR This PR should only be merged in sync with an internal Semmle PR label Aug 13, 2025
@jketema
jketema marked this pull request as ready for review August 13, 2025 13:22
@jketema
jketema requested review from a team as code ownersAugust 13, 2025 13:22
@jketema
jketema requested review from Copilot and removed request for a teamAugust 13, 2025 13:22

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

This PR updates the Go version from 1.24.0 to 1.25.0 across the codebase to modernize the toolchain and support newer Go features and improvements.

  • Updates Go module requirements and toolchain version
  • Adjusts build environment compatibility settings
  • Updates test action default Go version and Bazel rules

Reviewed Changes

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

FileDescription
go/extractor/go.modUpdates Go version requirement and toolchain from 1.24 to 1.25
go/extractor/autobuilder/build-environment.goUpdates maximum supported Go version to 1.25
go/actions/test/action.ymlUpdates default Go test version to 1.25.0
MODULE.bazelUpdates Bazel rules_go version and Go SDK download version

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

mbg
mbg approved these changes Aug 13, 2025

@mbgmbg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good! :shipit: I see that rules_go now works out-of-the-box and the workaround is no longer needed, which is great too.

@jketema
jketema merged commit ff288d7 into mainAug 13, 2025
34 of 37 checks passed
@jketema
jketema deleted the jketema/go-1.25 branch August 13, 2025 14:07
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

depends on internal PRThis PR should only be merged in sync with an internal Semmle PRGo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jketema@mbg