mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
use latest protoc-gen-go version
This commit is contained in:
parent
f58a3fe86f
commit
169ea46720
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
version: '3.x'
|
||||
- name: Install protoc-gen-doc
|
||||
run: go install google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue