Skip to content

Commit

Permalink
move go mod tidy and add go.mod and go.sum
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia committed Mar 26, 2024
1 parent b184cf0 commit b1426f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/sync_envoy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 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 All @@ -46,6 +45,8 @@ sync_protos () {
cp -a "$envoy_src" "$src"
git add "$src"
done
go mod tidy
git add go.mod go.sum
}

commit_changes () {
Expand Down

0 comments on commit b1426f9

Please sign in to comment.