@@ -23,6 +23,11 @@ jobs:
|
||||
# setup_only: true
|
||||
# pr_comment: true
|
||||
- uses: bufbuild/buf-setup-action@v1.47.2
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '>=1.17.0'
|
||||
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
# Ensure that `buf` is installed
|
||||
- run: buf --version
|
||||
- run: buf generate
|
||||
|
||||
Reference in New Issue
Block a user