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

[NET-6741] make: Add target for updating dependencies across all modules #3669

Merged

Commits on Feb 21, 2024

  1. make: Add target for updating dependencies across all modules

    To enable more consistent and error-proof dependency management, add a
    Make target that will set a dependency version across all submodules
    that require it.
    
    Also runs `go mod tidy`. This first ensures the dependency addition is
    reverted if the module in question does not require it; it also ensures
    that any additional cleanup needed in `go.mod`/`go.sum` is applied.
    zalimeni committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    44583d3 View commit details
    Browse the repository at this point in the history