Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d6a308

Browse files
committedJun 12, 2024·
Updated protoc generated files and doc
1 parent 7c92e9a commit 7d6a308

File tree

12 files changed

+231
-231
lines changed

12 files changed

+231
-231
lines changed
 

‎docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If you're working on the gRPC interface you will also have to:
8282
- download and install the [protoc][6] compiler (use the version required to match the generated code, please note that
8383
the latest releases does not follow semantic versioning anymore so, for example, the version 5.26.1 must be searched
8484
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
85+
- install `protoc-gen-go` using: `go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2` (use the version
8686
required to match the generated code)
8787
- install `protoc-gen-go-grpc` using: `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0` (use the version
8888
required to match the generated code)

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

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.