Skip to content

Commit e36377b

Browse files
committed
Updated grpc tooling version used in build and CI
1 parent 404f78a commit e36377b

14 files changed

+28
-28
lines changed

.github/workflows/check-protobuf-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
- name: Install protoc compiler
6262
uses: arduino/setup-protoc@v3
6363
with:
64-
version: v24.3
64+
version: v26.1
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Install Go deps
6868
run: |
69-
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
69+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
7070
go install google.golang.org/grpc/cmd/[email protected]
7171
7272
- name: Install Task

docs/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ If you want to run integration tests you will also need:
8080
If you're working on the gRPC interface you will also have to:
8181

8282
- download and install the [protoc][6] compiler (use the version required to match the generated code, please note that
83-
the latest releases does not follow semantic versioning anymore so, for example, the version 4.24.3 must be searched
84-
as 24.3 dropping the major number)
85-
- install `protoc-gen-go` using: `go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0` (use the version
83+
the latest releases does not follow semantic versioning anymore so, for example, the version 5.26.1 must be searched
84+
as 26.1 dropping the major number)
85+
- install `protoc-gen-go` using: `go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1` (use the version
8686
required to match the generated code)
8787
- install `protoc-gen-go-grpc` using: `go install google.golang.org/grpc/cmd/[email protected]` (use the version
8888
required to match the generated code)

rpc/cc/arduino/cli/commands/v1/board.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/commands.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/commands_grpc.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/common.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/compile.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/core.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/debug.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/lib.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/monitor.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/port.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/settings.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/upload.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)