Upstream refresh fix #897
Annotations
10 errors and 3 warnings
lint:
admiral/pkg/controller/admiral/clientconnectionconfigcontroller.go#L225
invalid operation: cannot compare c.crdClient == nil (operator == not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/dependency.go#L204
invalid operation: cannot compare d.DepCrdClient != nil (operator != not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/deployment.go#L354
invalid operation: cannot compare d.K8sClient != nil (operator != not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/deployment.go#L370
invalid operation: cannot compare d.K8sClient != nil (operator != not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/globaltraffic.go#L252
invalid operation: cannot compare d.CrdClient != nil (operator != not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/outlierdetection.go#L303
invalid operation: cannot compare o.crdclient != nil (operator != not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/rollouts.go#L372
invalid operation: cannot compare d.K8sClient != nil (operator != not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/rollouts.go#L388
invalid operation: cannot compare d.RolloutClient != nil (operator != not defined on untyped nil) (typecheck)
|
lint:
admiral/pkg/controller/admiral/service.go#L311
invalid operation: cannot compare sec.K8sClient != nil (operator != not defined on untyped nil) (typecheck)
|
lint
issues found
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|