Raise Minimum Go Version to 1.25 - #1803
Merged
rauchy merged 2 commits intoAug 13, 2026
Merged
Conversation
rauchy
marked this pull request as ready for review
August 13, 2026 11:15
Signed-off-by: Omer Lachish <rauchy@users.noreply.github.com>
Signed-off-by: Omer Lachish <rauchy@users.noreply.github.com>
rauchy
force-pushed
the
omer-lachish_data/deco-27993-bump-go-sdk-toolchain-to-go-1-25
branch
from
August 13, 2026 11:36
2aa6f59 to
1fcea2b
Compare
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
hectorcast-db
approved these changes
Aug 13, 2026
rauchy
deleted the
omer-lachish_data/deco-27993-bump-go-sdk-toolchain-to-go-1-25
branch
August 13, 2026 11:57
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.
Summary
This PR raises the minimum supported Go version from 1.24 to 1.25. It unblocks the existing
golang.org/x/cryptosecurity updates in #1756, #1757, and #1758, which require Go 1.25.Why
The SDK still declares and tests Go 1.24, so Dependabot cannot land the patched
golang.org/x/cryptorelease without first changing the supported toolchain. We will handle the next support-window shift separately by moving to Go 1.26 after Go 1.27 is released.What changed
Interface changes
None.
Behavioral changes
Internal changes
How is this tested?
make fmtmake testmake lint