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
Describe the solution you'd like According the release notes of go1.20, no change for codes.
https://tip.golang.org/doc/go1.20
The text was updated successfully, but these errors were encountered:
I think we should wait, because this makes it so all consumers of the SDK will need to use 1.20.
We should update the Go version in go.mod only when we need to depend on some new features IMHO. And try to support at least N-1.
Sorry, something went wrong.
Agree with you.
Should the validate-examples github workflow go-version be bumped down to 1.19 in this case if we're still using 1.19?
Addressed by #480
No branches or pull requests
Describe the solution you'd like
According the release notes of go1.20, no change for codes.
https://tip.golang.org/doc/go1.20
The text was updated successfully, but these errors were encountered: