Skip to content

chore: trim ci versions to reality - #247

Merged
sighphyre merged 1 commit into
v6from
chore/fix-ci-to-break-on-invalid-go-versions
Mar 11, 2026
Merged

chore: trim ci versions to reality#247
sighphyre merged 1 commit into
v6from
chore/fix-ci-to-break-on-invalid-go-versions

Conversation

@sighphyre

@sighphyre sighphyre commented Mar 11, 2026

Copy link
Copy Markdown
Member

This PR #201 has pinned us to 1.23 and above. As of Go 1.21, the version specified in go.mod is no longer a hint, it's a requirement. The way our CI runs at the moment will allow for on the fly toolchain upgrades, so 1.21, 1.22 and 1.23 are all practically running on Go version 1.23

@sighphyre
sighphyre force-pushed the chore/fix-ci-to-break-on-invalid-go-versions branch from 0527716 to 35d3a91 Compare March 11, 2026 11:44
@sighphyre
sighphyre marked this pull request as ready for review March 11, 2026 11:44

@gastonfournier gastonfournier left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Would be awesome to have the CI fail if we suddenly have a stronger version requirement, but we can start be being honest in here

@github-project-automation github-project-automation Bot moved this from New to Approved PRs in Issues and PRs Mar 11, 2026
@sighphyre
sighphyre merged commit 1b00125 into v6 Mar 11, 2026
9 of 10 checks passed
@sighphyre
sighphyre deleted the chore/fix-ci-to-break-on-invalid-go-versions branch March 11, 2026 12:03
@github-project-automation github-project-automation Bot moved this from Approved PRs to Done in Issues and PRs Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants