You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It still happens that PRs got merged but the go modules are not tidy up.
This Issues asks to introduce a check in the CI pipeline to make sure the go modules are tidy up.
This can be done by running make tidy and check that no file changes.
It still happens that PRs got merged but the go modules are not tidy up.
This Issues asks to introduce a check in the CI pipeline to make sure the go modules are tidy up.
This can be done by running
make tidyand check that no file changes.