Skip to content

Update all dependencies & linters #3475

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

Closed
leonklingele opened this issue Jan 14, 2023 · 3 comments
Closed

Update all dependencies & linters #3475

leonklingele opened this issue Jan 14, 2023 · 3 comments
Labels
enhancement New feature or improvement

Comments

@leonklingele
Copy link
Contributor

Your feature request related to a problem? Please describe.

Quite a few linters have updates available which are not going to be reported by dependabot (as they have started using tags instead of referring to a commit hash).

Found by removing the go.mod and go.sum file and initializing them again using go mod init github.com/golangci/golangci-lint and go mod tidy

Describe the solution you'd like.

Describe alternatives you've considered.

Additional context.

No response

@leonklingele leonklingele added the enhancement New feature or improvement label Jan 14, 2023
@ldez
Copy link
Member

ldez commented Jan 15, 2023

We already do that periodically

@ldez ldez closed this as completed Jan 15, 2023
@leonklingele
Copy link
Contributor Author

leonklingele commented Jan 18, 2023

Just randomly picked one of the non-tagged dependencies in go.mod and it hasn't been updated for ages:

  • github.com/go-xmlfmt/xmlfmt has not been updated for over a year
  • etc.

@ldez
Copy link
Member

ldez commented Jan 18, 2023

I upddated go-xmlfmt/xmlfmt here #3414.

We don't need to update everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

2 participants