chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.64.0 #260
ci.yml
on: pull_request
setup-environment
11s
vet
1m 12s
secure
1m 15s
staticcheck
1m 16s
lint
2m 31s
misspell
18s
test
1m 15s
build-container-images
0s
Annotations
5 errors
staticcheck:
controller/client/client.go#L86
grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
staticcheck:
controller/client/client.go#L86
grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (SA1019)
|
staticcheck:
nameserver/client/client.go#L86
grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
staticcheck:
nameserver/client/client.go#L86
grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (SA1019)
|
staticcheck
Process completed with exit code 2.
|