Skip to content

chore(go.mod/go.sum): update minor dependencies (golang) #47

chore(go.mod/go.sum): update minor dependencies (golang)

chore(go.mod/go.sum): update minor dependencies (golang) #47

Triggered via pull request August 22, 2023 12:36
Status Failure
Total duration 3m 22s
Artifacts

build.yaml

on: pull_request
Build Docker image
0s
Build Docker image
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Run tests: api/v1alpha1/clusterspace_webhook.go#L41
cannot use &ClusterSpace{} (value of type *ClusterSpace) as admission.Validator value in variable declaration: *ClusterSpace does not implement admission.Validator (wrong type for method ValidateCreate)
Run tests: api/v1alpha1/servicebinding_webhook.go#L49
cannot use &ServiceBinding{} (value of type *ServiceBinding) as admission.Validator value in variable declaration: *ServiceBinding does not implement admission.Validator (wrong type for method ValidateCreate)
Run tests: api/v1alpha1/serviceinstance_webhook.go#L51
cannot use &ServiceInstance{} (value of type *ServiceInstance) as admission.Validator value in variable declaration: *ServiceInstance does not implement admission.Validator (wrong type for method ValidateCreate)
Run tests: api/v1alpha1/space_webhook.go#L41
cannot use &Space{} (value of type *Space) as admission.Validator value in variable declaration: *Space does not implement admission.Validator (wrong type for method ValidateCreate)
Run tests
Process completed with exit code 2.