feat(TKC-2844): add credentials support #8394
Annotations
5 errors
Lint using golangci-lint:
pkg/agent/client/client.go#L67
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
Lint using golangci-lint:
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 using golangci-lint:
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 using golangci-lint:
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 using golangci-lint
issues found
|
Loading