Skip to content

Commit

Permalink
Updated protoc generated files and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jun 12, 2024
1 parent 7c92e9a commit 7d6a308
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 231 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If you're working on the gRPC interface you will also have to:
- download and install the [protoc][6] compiler (use the version required to match the generated code, please note that
the latest releases does not follow semantic versioning anymore so, for example, the version 5.26.1 must be searched
as 26.1 dropping the major number)
- install `protoc-gen-go` using: `go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1` (use the version
- install `protoc-gen-go` using: `go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2` (use the version
required to match the generated code)
- install `protoc-gen-go-grpc` using: `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0` (use the version
required to match the generated code)
Expand Down
44 changes: 22 additions & 22 deletions rpc/cc/arduino/cli/commands/v1/board.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d6a308

Please sign in to comment.