From 45044535d4d368c6b87b83cb8c31e77e39f6a5b8 Mon Sep 17 00:00:00 2001 From: Sarah Wang Date: Thu, 9 Jan 2025 13:47:30 -0500 Subject: [PATCH] update update-golang --- hack/update-golang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-golang.sh b/hack/update-golang.sh index b2db8f6a0..30a9ae340 100755 --- a/hack/update-golang.sh +++ b/hack/update-golang.sh @@ -98,7 +98,7 @@ echo "Running go work sync..." go work sync # Update go.mod files -go_mod_files="$ROOT/go.mod $ROOT/test/e2e/go.mod" +go_mod_files="$ROOT/go.mod $ROOT/test/e2e/go.mod $ROOT/api/go.mod" for file in $go_mod_files; do if [[ -f $file ]]; then echo "Processing $file..."