We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same as #8207, but for Go 1.22/Go 1.20.
Go 1.21 was released recently: go.dev/doc/go1.22
Per our Compatibility doc, this means we need to drop testing for Go 1.20, add testing for Go 1.22. This also means we can now use Go 1.21+ features.
The text was updated successfully, but these errors were encountered:
add go 1.22 to tests (#9518)
aaf8b1e
Related to #9507 Signed-off-by: Alex Boten <[email protected]>
bump minimum go version (#9533)
488e45d
Fixes #9507 --------- Signed-off-by: Alex Boten <[email protected]>
codeboten
Successfully merging a pull request may close this issue.
Same as #8207, but for Go 1.22/Go 1.20.
Go 1.21 was released recently: go.dev/doc/go1.22
Per our Compatibility doc, this means we need to drop testing for Go 1.20, add testing for Go 1.22. This also means we can now use Go 1.21+ features.
The text was updated successfully, but these errors were encountered: