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

Make Make Command for running go mod tidy in for all go.mod #6531

Closed
mattverse opened this issue Sep 25, 2023 · 0 comments · Fixed by #6535
Closed

Make Make Command for running go mod tidy in for all go.mod #6531

mattverse opened this issue Sep 25, 2023 · 0 comments · Fixed by #6535
Assignees
Labels

Comments

@mattverse
Copy link
Member

Background

Due to having different go.mod files within our repository, we would often times find situations where we would have to run go mod tidy for each go.mod existing throughout our repository. These annoying steps can be removed when we create a command that would iteratively run go mod tidy for all the go.mod existing in our repo.

Suggested Design

This can work similarly to how make update-sdk-version works: iteratively define the places we have different go.mods, and run go.mod for each of the go mods.

Acceptance Criteria

  • Make command for running go mod tidy for all go.mod in repo has been made and tested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants