We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8059b5 commit 3ae63cfCopy full SHA for 3ae63cf
.github/workflows/publish-docs.yaml
@@ -52,12 +52,12 @@ jobs:
52
- name: Setup Go
53
uses: actions/setup-go@v2
54
with:
55
- go-version: "1.14"
+ go-version: "1.16"
56
57
- name: Install Go dependencies
58
run: |
59
go version
60
- go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
+ go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
61
62
- name: Install protoc compiler
63
uses: arduino/setup-protoc@v1
0 commit comments