Skip to content
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

golinter using deprecated packages #11132

Closed
5 of 11 tasks
snissn opened this issue Aug 3, 2023 · 0 comments · Fixed by #11968
Closed
5 of 11 tasks

golinter using deprecated packages #11132

snissn opened this issue Aug 3, 2023 · 0 comments · Fixed by #11968
Labels
kind/bug Kind: Bug

Comments

@snissn
Copy link
Contributor

snissn commented Aug 3, 2023

Checklist

  • This is not a security-related bug/issue. If it is, please follow please follow the security policy.
  • I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
  • I am running the Latest release, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
  • I did not make any code changes to lotus.

Lotus component

  • lotus daemon - chain sync
  • lotus fvm/fevm - Lotus FVM and FEVM interactions
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt/WinningPoSt)
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

master

Repro Steps

Describe the Bug

varcheck, structcheckanddeadcode` were deprecated in 2021

unused seems to have replaced these:

dimitarproynov/terraform-provider-vmc@30d3832#diff-6179837f7df53a6f05c522b6b7bb566d484d5465d9894fb04910dd08bb40dcc9

about 20 unused catches with unused golinter

Logging Information

golangci-lint run -v --timeout 10m   --concurrency 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants