Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on the experience of performing dependency bumps, some minor improvements are made to the script to make it conform to our current dependency bump procedure, listed as follows: - print out the dependency's version before and after the bump - introduce a new argument: should force upgrade when the dependency is purely indirect (see use case: #18596 (comment)) - check if the dependency is fully indirect - check if all dependencies across all go mod files have the same pinned version respectively after bumping a dependency Signed-off-by: Chun-Hung Tseng <[email protected]>
- Loading branch information