You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/crossplane/function-sdk-go/resource/composed
/home/poe/go/pkg/mod/github.com/crossplane/[email protected]/resource/composed/composed.go:125:27: cannot use &Unstructured{} (value of type *Unstructured) as "github.com/crossplane/crossplane-runtime/pkg/resource".Composed value in variable declaration: *Unstructured does not implement "github.com/crossplane/crossplane-runtime/pkg/resource".Composed (missing method GetObservedGeneration)
# github.com/crossplane/function-sdk-go/resource/composite
/home/poe/go/pkg/mod/github.com/crossplane/[email protected]/resource/composite/composite.go:49:28: cannot use &Unstructured{} (value of type *Unstructured) as "github.com/crossplane/crossplane-runtime/pkg/resource".Composite value in variable declaration: *Unstructured does not implement "github.com/crossplane/crossplane-runtime/pkg/resource".Composite (missing method GetObservedGeneration)
What happened?
I've updated the crossplane-runtime v1.16 deps for the function-kcl, but it builds failed in CI. See the PR crossplane-contrib/function-kcl#105 and the CI pipeline https://github.com/crossplane-contrib/function-kcl/actions/runs/9106600367/job/25034062200?pr=105
How can we reproduce it?
In the function-kcl repo https://github.com/crossplane-contrib/function-kcl and bump the crossplane-runtime to v1.16, then build the code.
What environment did it happen in?
Crossplane version: v1.16
CI environment: https://github.com/crossplane-contrib/function-kcl/blob/main/.github/workflows/ci.yaml
The text was updated successfully, but these errors were encountered: