feat(TKC-2844): add credentials support #8394
lint.yaml
on: pull_request
Lint OpenAPI
29s
Lint Go
1m 1s
Annotations
5 errors
Lint Go:
pkg/agent/client/client.go#L67
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
Lint Go:
pkg/agent/client/client.go#L70
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
|
Lint Go:
pkg/agent/client/client.go#L71
SA1019: grpc.WithReturnConnectionError is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
|
Lint Go:
pkg/agent/client/client.go#L72
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
|
Lint Go
issues found
|