Skip to content

Commit

Permalink
Merge pull request #6254 from azylinski/rm-deprecated-golang-protobuf…
Browse files Browse the repository at this point in the history
…-diff

Cleanup: Remove deprecated github.com/golang/protobuf usage
  • Loading branch information
k8s-ci-robot authored Nov 10, 2023
2 parents 9d4cc86 + 2b1f29d commit edad525
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 72 deletions.
4 changes: 2 additions & 2 deletions cluster-autoscaler/cloudprovider/externalgrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ To regenerate the gRPC code:
1. install `protoc` and `protoc-gen-go-grpc`:

```bash
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
```

2. generate gRPC client and server code:
Expand Down

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

Loading

0 comments on commit edad525

Please sign in to comment.