-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Incompatible go version 1.22.5 #1588
Labels
waiting-for-feedback
Waiting for the user to get back to us
Comments
Please provide
|
dominikh
added
waiting-for-feedback
Waiting for the user to get back to us
and removed
needs-triage
Newly filed issue that needs triage
labels
Aug 14, 2024
Hey,
Thanks |
Thanks. This looks identical to #1586 and I will merge the two issues. |
Thanks for the quick response. :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First of all, thanks in advance for your support.
I am having issues when using Staticcheck related to my go version 1.22.5:
"module requires at least go1.22.5, but Staticcheck was built with go1.22 (compile)"
I am using latest tagged version (i.e. go install honnef.co/go/tools/cmd/staticcheck@latest). Same happens with master.
That's my command:
staticcheck -checks="SA*,S*,QF*"
I'd appreciate any support on that.
Regards,
Marcos
The text was updated successfully, but these errors were encountered: