fix(deps): update module github.com/crossplane/crossplane-runtime to v1.18.0 #288
Annotations
7 errors and 1 warning
go-build:
operator/bucket/connector.go#L20
cannot use &bucketClient{} (value of type *bucketClient) as managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] value in variable declaration: *bucketClient does not implement managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] (wrong type for method Delete)
|
go-build:
operator/bucket/connector.go#L76
cannot use bc (variable of type *bucketClient) as managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] value in return statement: *bucketClient does not implement managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] (wrong type for method Delete)
|
go-build:
operator/policy/connector.go#L62
cannot use uc (variable of type *policyClient) as managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] value in return statement: *policyClient does not implement managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] (wrong type for method Delete)
|
go-build:
operator/user/connector.go#L74
cannot use uc (variable of type *userClient) as managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] value in return statement: *userClient does not implement managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] (wrong type for method Delete)
|
go-build
cannot use uc (variable of type *userClient) as managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] value in return statement: *userClient does not implement managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] (wrong type for method Delete)
|
go-build
cannot use &bucketClient{} (value of type *bucketClient) as managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] value in variable declaration: *bucketClient does not implement managed.TypedExternalClient["github.com/crossplane/crossplane-runtime/pkg/resource".Managed] (wrong type for method Delete)
|
go-build
Process completed with exit code 2.
|
go-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|