This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Go toolchain from various 1.24.x versions to 1.25.0 across the entire codebase to standardize the build environment.
- Updates Go toolchain to 1.25.0 in all go.mod files and workspace configuration
- Standardizes the runtime version in the trunk configuration to match
- Ensures consistency across the main SDK, examples, libraries, and runtime modules
Reviewed Changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.work | Updates workspace Go version to 1.25.0 |
| runtime/go.mod | Updates runtime module Go version to 1.25.0 |
| sdk/go/go.mod | Updates SDK toolchain to go1.25.0 |
| sdk/go/templates/default/go.mod | Updates default template toolchain to go1.25.0 |
| sdk/go/examples/*/go.mod | Updates all example modules' toolchain to go1.25.0 |
| lib/*/go.mod | Updates all library modules' toolchain to go1.25.0 |
| runtime/languages/golang/testdata/go.mod | Updates test data toolchain to go1.25.0 |
| .trunk/trunk.yaml | Updates trunk configuration to use Go 1.25.0 runtime |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Use Go 1.25.0 toolchain everywhere