-
Notifications
You must be signed in to change notification settings - Fork 198
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
Bump minimum Go version to 1.22 #1684
Conversation
This is per the supported tech doc. |
As the currently most recent Go version is Go 1.23, Go 1.21 should still be supported until the release of Go 1.24. |
I read the docs as "we support version N and N-1", so 1.23 and 1.22 as of today. |
As a non-native speaker, my understanding of |
sorry for the confusion 🙇 the policy is the same as https://go.dev/doc/devel/release#policy, happy to improve the wording 🙂 |
I think the key is the "until" here. It means "to this point and not thereafter". |
When we set this up, we relied on the otel-go policy, which matches the Go one. |
@kruskall My suggestion would be to replace
with
or
|
No description provided.