Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: update minimum Go version to 1.23.0 #117

Merged
merged 1 commit into from
Mar 5, 2025
Merged

go.mod: update minimum Go version to 1.23.0 #117

merged 1 commit into from
Mar 5, 2025

Conversation

tklauser
Copy link
Owner

@tklauser tklauser commented Mar 5, 2025

The Go project started to unconditionally update the minimum Go version for golang.org/x/ dependencies to go1.23

all: upgrade go directive to at least 1.23.0 [generated]

By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
per the Go Release Policy (https://go.dev/doc/devel/release#policy).

For golang/go#69095.

This means that this package will no longer be able to support any version below that when updating golang.org/x/sys

The Go project started to unconditionally update the minimum Go version
for golang.org/x/ dependencies to go1.23

> all: upgrade go directive to at least 1.23.0 [generated]
>
> By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
> per the Go Release Policy (https://go.dev/doc/devel/release#policy).
>
> For golang/go#69095.

This means that this package will no longer be able to support any
version below that when updating golang.org/x/sys
@tklauser tklauser merged commit 86ea9a6 into main Mar 5, 2025
21 checks passed
@tklauser tklauser deleted the min-go-1.23 branch March 5, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant