Skip to content

Feature k8s 1.27

Feature k8s 1.27 #400

Triggered via pull request September 7, 2023 08:52
Status Failure
Total duration 1m 58s
Artifacts

lint-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/apis/quota/v1/zz_generated.deepcopy.go#L91
invalid operation: cannot compare in.Hard != nil (operator != not defined on untyped nil) (typecheck)
lint: pkg/apis/quota/v1/zz_generated.deepcopy.go#L114
invalid operation: cannot compare in.Hard != nil (operator != not defined on untyped nil) (typecheck)
lint: pkg/apis/quota/v1/zz_generated.deepcopy.go#L121
invalid operation: cannot compare in.Used != nil (operator != not defined on untyped nil) (typecheck)
lint: pkg/utils/worker/work.go#L25
could not import k8s.io/apimachinery/pkg/util/wait (-: could not load export data: no export data for "k8s.io/apimachinery/pkg/util/wait") (typecheck)
lint: pkg/multicluster/fake.go#L76
invalid operation: cannot compare c.Client == nil (operator == not defined on untyped nil) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L63
r.Get undefined (type *DefaultResolver has no field or method Get) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L70
r.List undefined (type *DefaultResolver has no field or method List) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L83
r.Get undefined (type *DefaultResolver has no field or method Get) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L91
r.Get undefined (type *DefaultResolver has no field or method Get) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L98
r.List undefined (type *DefaultResolver has no field or method List) (typecheck)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/