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

Add go-mod-tidy-all to Makefile and linter hint #50252

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

GavinFrazar
Copy link
Contributor

This will run go mod tidy in every go module directory.
If the go mod diff lint fails, it will provide a hint to run this command.

This will run go mod tidy in every go module directory.
If the go mod diff lint fails, it will provide a hint to run this command.
@GavinFrazar GavinFrazar added this pull request to the merge queue Dec 13, 2024
Merged via the queue into master with commit 93b7294 Dec 14, 2024
43 checks passed
@GavinFrazar GavinFrazar deleted the gavinfrazar/improve-go-mod-tidy-lint branch December 14, 2024 00:17
@public-teleport-github-review-bot

@GavinFrazar See the table below for backport results.

Branch Result
branch/v15 Failed
branch/v16 Failed
branch/v17 Failed

GavinFrazar added a commit that referenced this pull request Dec 14, 2024
This will run go mod tidy in every go module directory.
If the go mod diff lint fails, it will provide a hint to run this command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/branch/v17 no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants