-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
chore: bump Go to 1.19 #2861
chore: bump Go to 1.19 #2861
Conversation
Signed-off-by: knqyf263 <knqyf263@gmail.com>
- G204 | ||
- G402 | ||
|
||
linters: | ||
disable-all: true | ||
enable: | ||
- structcheck |
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.
structcheck, varcheck and deadcode are deprecated. unused is recommended now.
@owenrumney @chen-keinan Could either of you review this PR? I just bumped the Go version, but gofmt now tries to format comments as well. Therefore, I needed some tweaks on the comments. Otherwise, golangci-lint complains about it. |
LGTM 🚀 |
Thank you @josedonizetti @chen-keinan and @tonaim. |
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.
LGTM 👍
Description
Bump Go
Checklist