You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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?
- 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
### 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
0 commit comments