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 #7159, but for Go 1.21/Go 1.19.
Go 1.21 was released recently: https://go.dev/doc/go1.21
Per our Compatibility doc, this means we need to drop testing for Go 1.19, add testing for Go 1.21. This also means we can now use Go 1.20+ features.
The text was updated successfully, but these errors were encountered:
errors.Join
go.uber.org/multierr
Remove go 1.19 support, bump minimum to go 1.20 and add testing for 1…
81242fa
….21 (#8208) Fixes #8207 --------- Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com>
mx-psi
Successfully merging a pull request may close this issue.
Same as #7159, but for Go 1.21/Go 1.19.
Go 1.21 was released recently: https://go.dev/doc/go1.21
Per our Compatibility doc, this means we need to drop testing for Go 1.19, add testing for Go 1.21. This also means we can now use Go 1.20+ features.
The text was updated successfully, but these errors were encountered: