chore: Update CI with Go 1.25/1.26#725
Merged
zeroshade merged 3 commits intoapache:mainfrom Mar 20, 2026
Merged
Conversation
dc157bc to
dcf7eed
Compare
- Update go.mod to require Go 1.25.0 (was 1.24.0) - Update .env default Go version to 1.25.8 - Update CI workflows to test Go 1.25 and 1.26, removing 1.24: - test.yml: Update all test matrices (docker, macos, windows) - benchmark.yml: Update to Go 1.26.1 - lint.yml: Update to Go 1.25
dcf7eed to
ea51821
Compare
Keep go.mod at 1.24.0 to maintain compatibility with TinyGo 0.38.0, which doesn't yet support Go 1.25. CI still tests Go 1.25 and 1.26 to ensure forward compatibility.
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.
Rationale for this change
We follow the standard go policy of supporting N - 1 where N is the latest version of Go. Several dependencies have already updated to a minimum of go1.25 so we need to do the same.
What changes are included in this PR?
Are these changes tested?
Yes
Are there any user-facing changes?
Starting with our next version, our go.mod will list go1.25 as our minimum