Update github action modules #86
Annotations
10 errors and 1 warning
Build:
pkg/controller/controller_utils_test.go#L341
cannot use controllerSpec.Spec.Template (variable of type *"k8s.io/api/core/v1".PodTemplateSpec) as PodInfo value in argument to podControl.CreatePods
|
Build:
pkg/controller/controller_utils_test.go#L355
cannot use controllerSpec.Spec.Template (variable of type *"k8s.io/api/core/v1".PodTemplateSpec) as PodInfo value in argument to podControl.CreatePodsWithGenerateName
|
Build:
pkg/controller/controller_utils_test.go#L791
cannot use test.template (variable of type *"k8s.io/api/core/v1".PodTemplateSpec) as *"kubeops.dev/petset/apis/apps/v1".PodTemplateSpec value in argument to ComputeHash
|
Build:
pkg/controller/controller_utils_test.go#L792
cannot use test.template (variable of type *"k8s.io/api/core/v1".PodTemplateSpec) as *"kubeops.dev/petset/apis/apps/v1".PodTemplateSpec value in argument to ComputeHash (typecheck)
|
Build:
pkg/controller/petset/pet_set_control_test.go#L2716
cannot use &fakeObjectManager{} (value of type *fakeObjectManager) as StatefulPodControlObjectManager value in variable declaration: *fakeObjectManager does not implement StatefulPodControlObjectManager (missing method GetPlacementPolicy)
|
Build:
pkg/controller/petset/pet_pod_control_test.go#L51
not enough arguments in call to newPetSetPod
|
Build:
pkg/controller/petset/pet_pod_control_test.go#L55
not enough arguments in call to NewStatefulPodControl
|
Build:
pkg/controller/petset/pet_pod_control_test.go#L85
not enough arguments in call to newPetSetPod
|
Build:
pkg/controller/petset/pet_pod_control_test.go#L94
not enough arguments in call to NewStatefulPodControl
|
Build:
pkg/controller/petset/pet_pod_control_test.go#L117
not enough arguments in call to newPetSetPod
|
Build
Restore cache failed: Dependencies file is not found in /home/runner/work/petset/petset. Supported file pattern: go.sum
|