We to keep the go module tidy on every change to avoid unrelated changes later. Can be something like: go mod tidy (cd e2e; go mod tidy) git diff Will fail if the code was modified and show the unwanted diff.
We to keep the go module tidy on every change to avoid unrelated changes later.
Can be something like:
Will fail if the code was modified and show the unwanted diff.