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
Need to run go mod tidy on both the main module as well as on cmd/module and check if there are any changes as part of CI. If there are any changes, we should fail CI on the PR ensuring go mod tidy is always run if needed.
The text was updated successfully, but these errors were encountered:
bobbypage
changed the title
CI: Check PRs for go mod tidy
CI: Check PRs for go mod tidy
Nov 13, 2020
Uh oh!
There was an error while loading. Please reload this page.
Need to run
go mod tidy
on both the main module as well as oncmd/module
and check if there are any changes as part of CI. If there are any changes, we should fail CI on the PR ensuringgo mod tidy
is always run if needed.The text was updated successfully, but these errors were encountered: