Skip to content

Commit

Permalink
chore: Bump protoc-gen-go-grpc to v1.4.0 (#42497)
Browse files Browse the repository at this point in the history
* chore: Bump protoc-gen-go-grpc to v1.4.0

* Update generated protos

* Show the diff whenever a git diff fails

* Update generated protos
  • Loading branch information
codingllama authored Jun 5, 2024
1 parent 3e01d3c commit d413e5f
Show file tree
Hide file tree
Showing 44 changed files with 972 additions and 431 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ derive:
derive-up-to-date: must-start-clean/host derive
@if ! git diff --quiet; then \
echo 'Please run make derive.'; \
git diff; \
exit 1; \
fi

Expand Down Expand Up @@ -1423,13 +1424,15 @@ endif
protos-up-to-date/host: must-start-clean/host grpc/host
@if ! git diff --quiet; then \
echo 'Please run make grpc.'; \
git diff; \
exit 1; \
fi

.PHONY: must-start-clean/host
must-start-clean/host:
@if ! git diff --quiet; then \
echo 'This must be run from a repo with no unstaged commits.'; \
git diff; \
exit 1; \
fi

Expand All @@ -1439,6 +1442,7 @@ crds-up-to-date: must-start-clean/host
$(MAKE) -C integrations/operator manifests
@if ! git diff --quiet; then \
echo 'Please run make -C integrations/operator manifests.'; \
git diff; \
exit 1; \
fi

Expand Down
41 changes: 29 additions & 12 deletions api/gen/proto/go/assist/v1/assist_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d413e5f

Please sign in to comment.