Skip to content

[SAPBTPCFS-7876] Optimize handling of non-transient errors #1381

[SAPBTPCFS-7876] Optimize handling of non-transient errors

[SAPBTPCFS-7876] Optimize handling of non-transient errors #1381

Triggered via pull request December 11, 2023 11:34
Status Failure
Total duration 1m 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Build: api/v1alpha1/servicebinding_types.go#L172
cannot use sb.DeepCopy() (value of type *ServiceBinding) as "github.com/SAP/sap-btp-service-operator/api".SAPBTPResource value in return statement: *ServiceBinding does not implement "github.com/SAP/sap-btp-service-operator/api".SAPBTPResource (missing method IsIgnoreNonTransientAnnotationExistAndValid)
Build: api/v1alpha1/serviceinstance_types.go#L162
cannot use in.DeepCopy() (value of type *ServiceInstance) as "github.com/SAP/sap-btp-service-operator/api".SAPBTPResource value in return statement: *ServiceInstance does not implement "github.com/SAP/sap-btp-service-operator/api".SAPBTPResource (missing method IsIgnoreNonTransientAnnotationExistAndValid)
Build
Process completed with exit code 1.
Build
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/