Skip to content

Commit

Permalink
update update-golang
Browse files Browse the repository at this point in the history
  • Loading branch information
swang392 committed Jan 9, 2025
1 parent 879fff5 commit 4504453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 4504453

Please sign in to comment.