Skip to content

build(deps): Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.16.2 #954

build(deps): Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.16.2

build(deps): Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.16.2 #954

Triggered via pull request September 18, 2023 21:19
Status Failure
Total duration 2m 49s
Artifacts

go.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

19 errors
lint: main.go#L29
could not import github.com/strangelove-ventures/cosmos-operator/controllers (-: # github.com/strangelove-ventures/cosmos-operator/controllers
lint: controllers/cosmosfullnode_controller.go#L270
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
lint: controllers/cosmosfullnode_controller.go#L279
handler.EnqueueRequestForOwner (value of type func(scheme *"k8s.io/apimachinery/pkg/runtime".Scheme, mapper meta.RESTMapper, ownerType client.Object, opts ...handler.OwnerOption) handler.EventHandler) is not a type
lint: controllers/statefuljob_controller.go#L207
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type) (typecheck)
lint: main.go#L140
unknown field MetricsBindAddress in struct literal of type manager.Options (typecheck)
lint: main.go#L141
unknown field Port in struct literal of type manager.Options (typecheck)
lint: controllers/cosmosfullnode_controller.go#L1
: # github.com/strangelove-ventures/cosmos-operator/controllers [github.com/strangelove-ventures/cosmos-operator/controllers.test]
lint: controllers/cosmosfullnode_controller.go#L270
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
lint: controllers/cosmosfullnode_controller.go#L279
handler.EnqueueRequestForOwner (value of type func(scheme *"k8s.io/apimachinery/pkg/runtime".Scheme, mapper meta.RESTMapper, ownerType client.Object, opts ...handler.OwnerOption) handler.EventHandler) is not a type
lint: controllers/statefuljob_controller.go#L207
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type (typecheck)
test: controllers/cosmosfullnode_controller.go#L270
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/cosmosfullnode_controller.go#L279
handler.EnqueueRequestForOwner (value of type func(scheme *"k8s.io/apimachinery/pkg/runtime".Scheme, mapper meta.RESTMapper, ownerType client.Object, opts ...handler.OwnerOption) handler.EventHandler) is not a type
test: controllers/statefuljob_controller.go#L207
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: internal/fullnode/mock_test.go#L162
cannot use m (variable of type *mockClient[T]) as client.SubResourceWriter value in return statement: *mockClient[T] does not implement client.SubResourceWriter (wrong type for method Create)
test: internal/fullnode/status_client_test.go#L28
cannot use t (variable of type *threadUnsafeClient) as client.SubResourceWriter value in return statement: *threadUnsafeClient does not implement client.SubResourceWriter (wrong type for method Create)
test: internal/fullnode/status_client_test.go#L45
cannot use &mock (value of type *mockClient[*"github.com/strangelove-ventures/cosmos-operator/api/v1".CosmosFullNode]) as client.Client value in argument to NewStatusClient: *mockClient[*"github.com/strangelove-ventures/cosmos-operator/api/v1".CosmosFullNode] does not implement client.Client (missing method GroupVersionKindFor)
test: internal/fullnode/status_client_test.go#L86
cannot use &mock (value of type *mockClient[*"github.com/strangelove-ventures/cosmos-operator/api/v1".CosmosFullNode]) as client.Client value in argument to NewStatusClient: *mockClient[*"github.com/strangelove-ventures/cosmos-operator/api/v1".CosmosFullNode] does not implement client.Client (missing method GroupVersionKindFor)
test: internal/fullnode/status_client_test.go#L103
cannot use &mock (value of type *mockClient[*"github.com/strangelove-ventures/cosmos-operator/api/v1".CosmosFullNode]) as client.Client value in argument to NewStatusClient: *mockClient[*"github.com/strangelove-ventures/cosmos-operator/api/v1".CosmosFullNode] does not implement client.Client (missing method GroupVersionKindFor)
test
Process completed with exit code 2.