-
github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1../../../pkg/mod/github.com/argoproj/argo-workflows/v3@v3.2.3/pkg/apis/workflow/v1alpha1/openapi_generated.go:139:3: cannot use "github.com/go-openapi/spec".Schema{...} (type "github.com/go-openapi/spec".Schema) as type "k8s.io/kube-openapi/pkg/validation/spec".Schema in field value |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Which example? Probably you need to update your dependencies. |
Beta Was this translation helpful? Give feedback.
-
kube-openapi upgrade it's dependency, and the
The break change is:
It's a break changes. It seems only way is update argo project's |
Beta Was this translation helpful? Give feedback.
kube-openapi upgrade it's dependency, and the
spec
type is migrate from 'go-openapi/specto
k8s.io/kube-openapi/pkg/validation/spec`.The break change is: