From 4b087a2f08c4de3b060e0ed4cd05392eb1c5723d Mon Sep 17 00:00:00 2001 From: Lukas Jenicek Date: Fri, 8 Mar 2024 15:37:45 +0100 Subject: [PATCH] regenerate using latest webrpc --- .github/workflows/ci.yml | 2 +- _examples/openapi.gen.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f9c4a6..90e9d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Install webrpc-gen run: | - curl -o ./webrpc-gen -fLJO https://github.com/webrpc/webrpc/releases/download/v0.14.3/webrpc-gen.linux-amd64 + curl -o ./webrpc-gen -fLJO https://github.com/webrpc/webrpc/releases/download/v0.15.1/webrpc-gen.linux-amd64 chmod +x ./webrpc-gen echo $PWD >> $GITHUB_PATH diff --git a/_examples/openapi.gen.yaml b/_examples/openapi.gen.yaml index 8fa5527..80e7389 100644 --- a/_examples/openapi.gen.yaml +++ b/_examples/openapi.gen.yaml @@ -702,4 +702,4 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorDatabaseDown' \ No newline at end of file + - $ref: '#/components/schemas/ErrorDatabaseDown'