mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -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:
|
with:
|
||||||
version: '3.x'
|
version: '3.x'
|
||||||
- name: Install protoc-gen-doc
|
- 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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue