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
scripts: Ignore upstream commits touching the root go.[sum,mod] files
Update the scripts/verify_commits.sh bash script and also ignore the
root go.sum and go.mod files when validating upstream commits only touch
relevant code paths. Due to that path the repository is structured,
where everything builds from the root vendor directory, bumping the
staging dependencies will influence the root dependencies.
0 commit comments