-
Notifications
You must be signed in to change notification settings - Fork 667
Add linter to Canary and fix go 1.23 linting issues #3321
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
Add linter to Canary and fix go 1.23 linting issues #3321
Conversation
fbacb7b
to
f56bb72
Compare
f56bb72
to
d712613
Compare
Thanks, in the commit message could you mention the fixed errors such as The commits can be also split for the each of the SA%d fixes. |
IIUC this is the matter of golangci-lint rather than go itself? |
c6b9ba3
to
7999201
Compare
I think it is a combination of both? (eg: golangci-lint with that version of go) Anyhow, thanks for the comments. Will integrate all and split in different commits. Right now struggling with windows (as usual), will re-request review when done. |
7999201
to
cc7d341
Compare
Signed-off-by: apostasie <[email protected]>
cc7d341
to
fd0f954
Compare
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
51a6e9d
to
068866e
Compare
Signed-off-by: apostasie <[email protected]>
@AkihiroSuda canary lint is green. All comments addressed. |
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.
Thanks
This adds a lint validation to the Canary target.
Currently done on windows (because of the go install on the host), but will move to an independent stage after cleaning up the go_version detection routine.
Once green, we should merge ASAP to help with #3320