Skip to content

Commit

Permalink
fix: Update ZITADEL API to v2.38.1 (#249)
Browse files Browse the repository at this point in the history
* fix: update zitadel api to v2.38.1

* update protoc for feature

* fix build

---------

Co-authored-by: livio-a <livio-a@users.noreply.github.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
  • Loading branch information
3 people authored Oct 10, 2023
1 parent faef7a7 commit 43a7fa6
Show file tree
Hide file tree
Showing 11 changed files with 8,935 additions and 7,254 deletions.
2 changes: 1 addition & 1 deletion build/zitadel/generate-grpc-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protoc \
--go_opt=Mzitadel/auth_n_key.proto=${ZITADEL_IMPORT}/authn \
--go_opt=Mzitadel/change.proto=${ZITADEL_IMPORT}/change \
--go_opt=Mzitadel/event.proto=${ZITADEL_IMPORT}/event \
--go_opt=Mzitadel/features.proto=${ZITADEL_IMPORT}/features \
--go_opt=Mzitadel/feature.proto=${ZITADEL_IMPORT}/feature \
--go_opt=Mzitadel/idp.proto=${ZITADEL_IMPORT}/idp \
--go_opt=Mzitadel/instance.proto=${ZITADEL_IMPORT}/instance \
--go_opt=Mzitadel/management.proto=${ZITADEL_IMPORT}/management \
Expand Down
Loading

0 comments on commit 43a7fa6

Please sign in to comment.