-
Notifications
You must be signed in to change notification settings - Fork 34
Bumped golangci-lint from v1.56.2 to v1.61.0 #748
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
Conversation
|
Hi @PMaynard. Thanks for your PR. I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #748 +/- ##
==========================================
- Coverage 64.38% 64.36% -0.03%
==========================================
Files 108 108
Lines 8301 8301
==========================================
- Hits 5345 5343 -2
- Misses 2638 2639 +1
- Partials 318 319 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
jotak
left a comment
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 @PMaynard
.. but this probably won't do what you expect, this is a generated file that you changed
.bingo/Variables.mk
Outdated
| @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=bingo.mod -o=$(GOBIN)/bingo-v0.5.1 "github.com/bwplotka/bingo" | ||
|
|
||
| GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.56.2 | ||
| GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.61.0 |
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 is an auto-generated file (see header), it's not how it should be updated.
TBH I'm not a fan of "bingo", the tool used for bin dependencies here (I find it a bit opaque for the simple job we're asking .. and I always forget how it works :-/ ) .. let me see if I can quickly remove that and align this repo we our other ones
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.
ops, my bad. Good choice removing bingo.
|
now there's a bunch of lint errors to fix 😅 |
|
I'm working on fixing the issues, will update soon |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jotak The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
Description
Bumped golangci-lint from v1.56.2 to v1.61.0
Dependencies
n/a
Checklist
Sorry, just fixing local build errors.