-
Notifications
You must be signed in to change notification settings - Fork 24
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
hack: Bump golangci-lint to v1.53.3 #288
hack: Bump golangci-lint to v1.53.3 #288
Conversation
dca7434
to
8429483
Compare
Go 1.19 is a requirement here. |
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.
@anoopcs9 - the PR title says v1.51.2 but the commit says v1.47.3 - which one is it?
after putting this straight, I think we can move the PR out of draft status ...
Actual change updates it to v1.51.2. Commit message is wrong here.
As mentioned earlier,
Therefore we'll have to wait until we update projects Go version to 1.19. |
@anoopcs9 wrote:
Got it, commit looks good. thanks for clarifying!
is this the reason for some ci checks failing? |
Yes. |
@anoopcs9 , I think if you move this out of draft, we can get it merged and take the next step to update the go version |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
8429483
to
ab1c999
Compare
ab1c999
to
060d2f2
Compare
Removed |
060d2f2
to
c2ee4a7
Compare
🎉 All dependencies have been resolved ! |
@Mergifyio rebase |
* Removes already deprecated[1] linter varcheck * Depguard now expects a list of allow/deny list and default rule is to allow only std lib in all files[2]. Therefore disable the linter. [1] https://golangci-lint.run/product/roadmap/#v1490 [2] golangci/golangci-lint#3877 (comment) Signed-off-by: Anoop C S <anoopcs@samba.org>
✅ Branch has been successfully rebased |
c2ee4a7
to
956cb0e
Compare
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.
This update seems to be required in order to use Go 1.20 or later. I tried it out locally and the changes LGTM.
/retest centos-ci/sink-clustered/mini-k8s-latest |
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
depends on #313