Update grpc dependency to 1.32.

Simplify grpc testing infrastructure to align with upstream changes.
This commit is contained in:
Piotr Tabor
2021-02-09 13:00:01 +01:00
parent 57dcb037c0
commit 1a9c81abda
19 changed files with 63 additions and 58 deletions

View File

@@ -22,8 +22,8 @@ function bash_ws_fix {
log_callout -e "\\nFixing etcd code for you...\\n"
run_for_modules run go fmt || exit 2
run_for_modules mod_tidy_fix || exit 2
run_for_modules run go fmt || exit 2
run_for_module tests bom_fix || exit 2
bash_ws_fix || exit 2