-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support golangci-linter #257
base: master
Are you sure you want to change the base?
Conversation
Thanks @lcd1232 Getting
Do you know what is going on there? |
@probonopd it seems like you have go version lower than go1.20. Could you check what's your version using |
Isn't this where you set it? go-appimage/.github/workflows/lint.yml Line 10 in 42e24a3
|
with: | ||
go-version: 1.18 | ||
go-version: '^1.20.x' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it's already required in go.mod
Thank you very much. @CalebQ42 how do you like this? |
Ultimately I think having a consistent linter strategy is a good thing, but I'm not sure |
pre-commit run --all-files
)