From d6aa65a7482e90e3972d37a343dae85df0df2902 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Tue, 26 Mar 2024 14:36:44 +0100 Subject: [PATCH] Apply 'go mod tidy' after API sync (#908) Signed-off-by: Matthieu MOREL --- ci/sync_envoy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/sync_envoy.sh b/ci/sync_envoy.sh index eaa064ebca..97e2da7563 100755 --- a/ci/sync_envoy.sh +++ b/ci/sync_envoy.sh @@ -25,6 +25,7 @@ build_protos () { cd "${ENVOY_SRC_DIR}" || exit 1 ./ci/do_ci.sh api.go cd - || exit 1 + go mod tidy } get_last_envoy_sha () {