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

dev: remove github.com/pkg/errors inside tests #3642

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

ldez
Copy link
Member

@ldez ldez commented Feb 27, 2023

I completely remove github.com/pkg/errors from tests because the files inside tests are not considered to create the go.mod.

So when the latest dependency will remove github.com/pkg/errors, and then this package will be removed from the go.mod, a lot of tests will fail.

The latest dependency that uses github.com/pkg/errors is forbidigo and the dependency will be removed inside PR #3639.

@ldez ldez added topic: cleanup Related to code, process, or doc cleanup area: tests Continuous integration, tests and other checks labels Feb 27, 2023
@ldez ldez merged commit 5b4f7c7 into golangci:master Feb 27, 2023
@ldez ldez deleted the fix/clean-pkg-errors branch February 27, 2023 21:21
SeigeC pushed a commit to SeigeC/golangci-lint that referenced this pull request Apr 4, 2023
@ldez ldez added this to the v1.52 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tests Continuous integration, tests and other checks topic: cleanup Related to code, process, or doc cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant