Unverified Commit 3ae63cfc authored by Silvano Cerza's avatar Silvano Cerza Committed by GitHub

[skip changelog] Fix publish docs workflow (#1320)

parent c8059b5d
......@@ -52,12 +52,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.14"
go-version: "1.16"
- name: Install Go dependencies
run: |
go version
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
- name: Install protoc compiler
uses: arduino/setup-protoc@v1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment