Skip to content

Commit

Permalink
verify-vendor: add go mod tidy
Browse files Browse the repository at this point in the history
A recent commit passed the CI test for go mod tidy but introduced a bug
in master when we run go mod tidy. By including go mod tidy, we can
catch these earlier.
  • Loading branch information
patrickdillon committed Jul 14, 2021
1 parent fa76c3e commit 1022e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/verify-vendor.sh
Expand Up @@ -2,6 +2,7 @@

if [ "$IS_CONTAINER" != "" ]; then
set -euxo pipefail
go mod tidy
go mod vendor
go mod verify
git diff --exit-code
Expand Down

0 comments on commit 1022e0d

Please sign in to comment.