Skip to content

feat(TKC-2844): add credentials support #8394

feat(TKC-2844): add credentials support

feat(TKC-2844): add credentials support #8394

Triggered via pull request November 21, 2024 08:44
Status Failure
Total duration 1m 10s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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