Skip to content

Commit 136f25f

Browse files
authored
fix(compute): upgrade gRPC service registration func (googleapis#13163)
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025.
1 parent 192d2c4 commit 136f25f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compute/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,3 +568,4 @@ Compute metadata has been moved to its own module.
568568

569569
This is the first tag to carve out compute as its own module. See
570570
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
571+

0 commit comments

Comments
 (0)