Skip to content

Commit

Permalink
Pinning protoc-gen-doc to 1.5.1 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracegoo-stripe committed Mar 4, 2022
1 parent 2e9288a commit 00047c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install protoc deps
run: |
go get github.com/golang/protobuf/protoc-gen-go
go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.5.1
shell: bash
- name: Run Tests
run: make ci
Expand Down

0 comments on commit 00047c7

Please sign in to comment.