We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607900a commit 96f67efCopy full SHA for 96f67ef
.github/workflows/update_swagger.yaml
@@ -13,11 +13,17 @@ jobs:
13
- uses: actions/setup-go@v5
14
with:
15
go-version: 'stable'
16
+ - name: Dependencies
17
+ run: |
18
+ sudo apt-get update
19
+ sudo apt-get install protobuf-compiler
20
- run: |
21
go install github.com/swaggo/swag/cmd/swag@latest
22
+ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@1958fcbe2ca8bd93af633f11e97d44e567e945af
23
+ go install google.golang.org/protobuf/cmd/[email protected]
24
- name: Bump swagger 🔧
25
run: |
- make swagger
26
+ make protogen-go swagger
27
- name: Create Pull Request
28
uses: peter-evans/create-pull-request@v6
29
0 commit comments