Manage grpc services with Service Weaver #2113
Annotations
13 errors and 6 warnings
generate (stable)
Process completed with exit code 1.
|
build (stable, lint):
examples/hellogrpc/main.go#L82
printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006)
|
build (stable, lint):
internal/resolver/resolvergrpc.go#L48
infinite recursive call (SA5007)
|
build (stable, lint):
internal/tool/multigrpc/multi.go#L26
var logDir is unused (U1000)
|
build (stable, lint):
internal/weaver/remotegrpcweavelet.go#L147
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
build (stable, lint):
internal/weaver/remotegrpcweavelet.go#L147
grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (SA1019)
|
build (stable, lint):
internal/weaver/remotegrpcweavelet.go#L231
methods on the same type should have the same receiver name (seen 3x "w", 8x "r") (ST1016)
|
build (stable, lint):
internal/weaver/remotegrpcweavelet.go#L250
printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006)
|
build (stable, lint):
runtime/envelope/envelopegrpc.go#L83
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
build (stable, lint):
runtime/envelope/envelopegrpc.go#L83
grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (SA1019)
|
build (stable, lint):
runtime/grpcregistry/grpcregistry.go#L79
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
build (stable, test)
Process completed with exit code 1.
|
build (stable, testrace)
Process completed with exit code 1.
|
generate (stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (stable, build)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (stable, vet)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (stable, lint)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (stable, test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (stable, testrace)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|