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
#196 (comment)
Example: if we use any in code, I get a YCM error: "predeclared any requires go1.18 or later [UnsupportedFeature]"
So maybe we should bump to 18 in go.mod and gh actions tests?
The text was updated successfully, but these errors were encountered:
Alternately, we can avoid things like any and keep using interface{} indefinitely if we think it's valuable. But even 1.18 is out of support now.
any
interface{}
Sorry, something went wrong.
pohly
thockin
Successfully merging a pull request may close this issue.
#196 (comment)
Example: if we use any in code, I get a YCM error: "predeclared any requires go1.18 or later [UnsupportedFeature]"
So maybe we should bump to 18 in go.mod and gh actions tests?
The text was updated successfully, but these errors were encountered: