Closed bernot-dev closed 4 months ago
Hi @bernot-dev,
It was determined that an additional change went in to 22.07 after the dependency update commit was merged that caused this issue. The team is taking steps to improve our automation so that this doesn't happen with a future release Trident release.
Does it make sense for me to open a PR to fix this? Or is there another change forthcoming that will include this fix?
Hi @bernot-dev,
It doesn't really make sense to open a PR to fix this. The team may decide to add this check in the CI/CD pipeline instead of adding it to the Makefile. Thanks for the offer though.
@bernot-dev Thank you for reporting this. The Trident team has added automation to catch untidy modules in future releases. Closing this as it is now addressed.
Describe the bug When running
go mod tidy
on the stable branch, a diff is generated.Environment Provide accurate information about the environment to help us reproduce the issue.
To Reproduce Steps to reproduce the behavior:
Expected behavior go.sum on the branch should be in sync with go.mod.
Additional context I am using an automated build system that expects the repo to be in a good state, and errors out due to this difference.