Skip to content

Revert setting AuthConfig owner reference #609

Revert setting AuthConfig owner reference

Revert setting AuthConfig owner reference #609

Triggered via pull request December 4, 2023 08:30
Status Failure
Total duration 1m 34s
Artifacts

code-style.yaml

on: pull_request
Matrix: Auto-format and Check
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
Auto-format and Check (gofmt): controllers/helper_test.go#L1
Please run gofmt -s. diff --git a/controllers/helper_test.go b/controllers/helper_test.go index 2a9f877..e0cd179 100644 --- a/controllers/helper_test.go +++ b/controllers/helper_test.go @@ -182,7 +182,7 @@ func CreateOrUpdateK8SObject(obj runtime.Object, k8sClient client.Client) error return k8sClient.Update(context.Background(), k8sObjCopy) } -func DeleteK8sObjects(k8sClient client.Client, objs... runtime.Object) { +func DeleteK8sObjects(k8sClient client.Client, objs ...runtime.Object) { for _, obj := range objs { k8sObj, ok := obj.(client.Object) if !ok {
Auto-format and Check (gofmt)
Process completed with exit code 1.
Auto-format and Check (goimports): controllers/helper_test.go#L1
Please run goimports . diff --git a/controllers/helper_test.go b/controllers/helper_test.go index 2a9f877..e0cd179 100644 --- a/controllers/helper_test.go +++ b/controllers/helper_test.go @@ -182,7 +182,7 @@ func CreateOrUpdateK8SObject(obj runtime.Object, k8sClient client.Client) error return k8sClient.Update(context.Background(), k8sObjCopy) } -func DeleteK8sObjects(k8sClient client.Client, objs... runtime.Object) { +func DeleteK8sObjects(k8sClient client.Client, objs ...runtime.Object) { for _, obj := range objs { k8sObj, ok := obj.(client.Object) if !ok {
Auto-format and Check (goimports)
Process completed with exit code 1.
Auto-format and Check (gofmt)
Restore cache failed: Dependencies file is not found in /home/runner/work/kuadrant-operator/kuadrant-operator. Supported file pattern: go.sum
Auto-format and Check (goimports)
Restore cache failed: Dependencies file is not found in /home/runner/work/kuadrant-operator/kuadrant-operator. Supported file pattern: go.sum
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@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
Restore cache failed: Dependencies file is not found in /home/runner/work/kuadrant-operator/kuadrant-operator. Supported file pattern: go.sum
Lint
The `set-output` 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/