chore: update golangci-lint to v1.30.0#282
chore: update golangci-lint to v1.30.0#282k8s-ci-robot merged 2 commits intokubernetes-sigs:masterfrom
Conversation
|
Welcome @olegsu! |
|
Hi @olegsu. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. DetailsInstructions 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/test-infra repository. |
|
/ok-to-test |
|
/retest |
|
/retitle chore: update golangci-lint to v1.30.0 |
|
|
||
| ifndef HAS_GOLANGCI | ||
| curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.19.1 | ||
| curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.30.0 |
There was a problem hiding this comment.
It looks like the --deadline flag has been replaced with --timeout in the newer version - golangci/golangci-lint#793. Could you also update that as part of this PR?
There was a problem hiding this comment.
Done, updated also in .golangci.yml file
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: olegsu, ritazh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
make testnever exitWhich issue(s) this PR fixes:
Fixes #281