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

[FEATURE] Update outdated go deps #775

Open
salyh opened this issue Mar 30, 2024 · 2 comments
Open

[FEATURE] Update outdated go deps #775

salyh opened this issue Mar 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@salyh
Copy link
Collaborator

salyh commented Mar 30, 2024

Is your feature request related to a problem?

We have quite a few outdated go deps and a few dependabot issues https://github.com/opensearch-project/opensearch-k8s-operator/security/dependabot

What solution would you like?

Update the deps but not sure what the right approach would be:

Either update everything:

  • go work sync && go mod tidy
  • go get -u -d ./... && go mod tidy

Or update only dedicated deps

@salyh salyh added enhancement New feature or request untriaged Issues that have not yet been triaged labels Mar 30, 2024
@prudhvigodithi
Copy link
Collaborator

[Triage]
Hey @salyh how about we update all the dependencies ?
Adding @swoehrl-mw @bbarani

@prudhvigodithi prudhvigodithi removed the untriaged Issues that have not yet been triaged label Apr 1, 2024
@swoehrl-mw
Copy link
Collaborator

It makes sense 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 request
Projects
None yet
Development

No branches or pull requests

3 participants