Skip to content
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 min Go version to at least 18? #202

Closed
thockin opened this issue Aug 4, 2023 · 1 comment · Fixed by #203
Closed

Bump min Go version to at least 18? #202

thockin opened this issue Aug 4, 2023 · 1 comment · Fixed by #203
Assignees

Comments

@thockin
Copy link
Contributor

thockin commented Aug 4, 2023

#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?

@thockin thockin mentioned this issue Aug 4, 2023
4 tasks
@thockin
Copy link
Contributor Author

thockin commented Aug 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants