Skip to content

fix(deps): update module github.com/crossplane/crossplane-runtime to v1.19.0 #255

fix(deps): update module github.com/crossplane/crossplane-runtime to v1.19.0

fix(deps): update module github.com/crossplane/crossplane-runtime to v1.19.0 #255

Triggered via pull request December 7, 2024 02:10
Status Failure
Total duration 2m 20s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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