fix(deps): update module github.com/crossplane/crossplane-runtime to v1.18.0 #273
ci.yml
on: pull_request
Matrix: build
lint
59s
unit-test
1m 6s
push
0s
Annotations
11 errors
lint:
fn.go#L19
could not import github.com/crossplane/function-sdk-go/resource/composed (-: # github.com/crossplane/function-sdk-go/resource/composed
|
lint
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)) (typecheck)
|
lint:
patches.go#L18
could not import github.com/crossplane/function-sdk-go/resource/composite (-: # github.com/crossplane/function-sdk-go/resource/composite
|
lint
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)) (typecheck)
|
lint
issues found
|
build (arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /function ." did not complete successfully: exit code: 1
|
unit-test
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)
|
unit-test
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)
|
unit-test
Process completed with exit code 1.
|
build (amd64)
The job was canceled because "arm64" failed.
|
build (amd64)
The operation was canceled.
|