Skip to content

Commit

Permalink
Apply 'go mod tidy' after API sync (#908)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored Mar 26, 2024
1 parent db0b36a commit d6aa65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/sync_envoy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit d6aa65a

Please sign in to comment.