Bump k8s.io/client-go from 0.28.0 to 0.29.0 #121
lint.yaml
on: pull_request
Lint Go
2m 19s
Lint YAML & Markdown
39s
Annotations
5 errors
Lint Go:
bootstrap/resource.go#L32
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
Lint Go:
bootstrap/resource_test.go#L21
SA1019: klogr.New is deprecated: this uses a custom, out-dated output format. Use textlogger.NewLogger instead. (staticcheck)
|
Lint Go:
fileinformer/file_informer_test.go#L17
SA1019: klogr.New is deprecated: this uses a custom, out-dated output format. Use textlogger.NewLogger instead. (staticcheck)
|
Lint Go:
static/controller.go#L63
c.Name undefined (type *Controller[K] has no field or method Name) (typecheck)
|
Lint Go
issues found
|