fix(deps): bump supported Go versions to 1.26.1 and 1.25.8#585
Merged
Conversation
keelerm84
approved these changes
Mar 11, 2026
keelerm84
pushed a commit
that referenced
this pull request
Mar 11, 2026
🤖 I have created a release *beep* *boop* --- ## [8.17.1](v8.17.0...v8.17.1) (2026-03-11) ### Bug Fixes * **deps:** bump supported Go versions to 1.25.7 and 1.24.13 ([#579](#579)) ([9f99a49](9f99a49)) * **deps:** bump supported Go versions to 1.26.1 and 1.25.8 ([#585](#585)) ([49aa16e](49aa16e)) * **deps:** update Dockerfiles from 3.23.2 to alpine:3.23.3 ([#577](#577)) ([f6b4e48](f6b4e48)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This was referenced Mar 27, 2026
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.
It's time to update Relay's supported Go versions, due to a recent upstream Go release.
The Go major release cadence is ~every 6 months; the two most recent major versions are supported.
Note that between major releases, the Go team often ships multiple minor versions.
This PR's change was generated by running:
git commit -m "run ci" --allow-empty && git push)Note
Medium Risk
Low-touch change, but upgrading the Go toolchain can surface new compiler/runtime behaviors and may affect build reproducibility or CI failures.
Overview
Updates the repo’s declared supported Go versions by moving latest to
1.26.1and penultimate to1.25.8.Aligns the standalone
Dockerfilebuild stage to usegolang:1.26.1-alpine3.23so container builds compile with the new latest Go version.Written by Cursor Bugbot for commit 0d20e26. This will update automatically on new commits. Configure here.