use latest protoc-gen-go version

This commit is contained in:
Sacha Weatherstone 2022-10-31 17:28:55 +10:00
parent f58a3fe86f
commit 169ea46720
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -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: