Skip to content

Commit 3ae63cf

Browse files
authored
[skip changelog] Fix publish docs workflow (#1320)
1 parent c8059b5 commit 3ae63cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publish-docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
- name: Setup Go
5353
uses: actions/setup-go@v2
5454
with:
55-
go-version: "1.14"
55+
go-version: "1.16"
5656

5757
- name: Install Go dependencies
5858
run: |
5959
go version
60-
go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
60+
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
6161
6262
- name: Install protoc compiler
6363
uses: arduino/setup-protoc@v1

0 commit comments

Comments
 (0)