Skip to content

Commit

Permalink
replace custom proto-gen-md-diagrams with official one
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Apr 20, 2024
1 parent 33b5e8e commit 3c636f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- name: Clone and build proto-gen-md-diagrams
run: |
cd ..
git clone https://github.com/zaphiro-technologies/proto-gen-md-diagrams.git
git clone https://github.com/GoogleCloudPlatform/proto-gen-md-diagrams.git
cd proto-gen-md-diagrams
git checkout 1-feature-better-support-for-markdown-generation
go build
cd ..
cd protobuf
Expand Down

0 comments on commit 3c636f9

Please sign in to comment.