Skip to content

Add logger

Add logger #112

Triggered via push October 15, 2024 07:57
Status Failure
Total duration 1m 8s
Artifacts

go-lint.yml

on: push
Lint Go Code
58s
Lint Go Code
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Lint Go Code: internal/controller/suite_test.go#L52
undefined: BeforeSuite (typecheck)
Lint Go Code: internal/controller/suite_test.go#L86
undefined: AfterSuite (typecheck)
Lint Go Code: internal/controller/backup_controller.go#L54
r.Get undefined (type *BackupReconciler has no field or method Get) (typecheck)
Lint Go Code: internal/controller/backup_controller.go#L125
r.Delete undefined (type *BackupReconciler has no field or method Delete) (typecheck)
Lint Go Code: internal/controller/cronbackup_controller.go#L54
r.Get undefined (type *CronBackupReconciler has no field or method Get) (typecheck)
Lint Go Code: internal/controller/cronbackup_controller.go#L121
r.Delete undefined (type *BackupReconciler has no field or method Delete) (typecheck)
Lint Go Code: internal/controller/suite_test.go#L47
undefined: RegisterFailHandler (typecheck)
Lint Go Code: internal/controller/suite_test.go#L49
undefined: RunSpecs (typecheck)
Lint Go Code: internal/controller/suite_test.go#L53
undefined: GinkgoWriter (typecheck)
Lint Go Code: internal/controller/suite_test.go#L55
undefined: By (typecheck)
Lint Go Code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint Go Code
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/