fix(deps): update module github.com/crossplane/crossplane-runtime to v1.19.0 #255
Annotations
10 errors and 1 warning
go-lint:
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-lint:
operator/operator.go#L4
could not import github.com/vshn/provider-minio/operator/bucket (-: # github.com/vshn/provider-minio/operator/bucket
|
go-lint:
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-lint:
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-lint:
operator/operator.go#L6
could not import github.com/vshn/provider-minio/operator/policy (-: # github.com/vshn/provider-minio/operator/policy
|
go-lint:
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-lint:
operator/operator.go#L7
could not import github.com/vshn/provider-minio/operator/user (-: # github.com/vshn/provider-minio/operator/user
|
go-lint:
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-lint:
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-lint:
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-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|