Open screeley44 opened 5 years ago
As with #154 this looks like an issue with having go mods enabled. It's probably attempting to build the library with incompatible package versions.
@copejon - I updated my comment with the results of mods turned off
It's still looking at modules rather than vendored dependencies:
pkg/provisioner/controller.go:1: /home/screeley/git/go/pkg/mod/k8s.io/client-go@v11.0.0+incompatible/kubernetes/typed/autoscaling/v1/autoscaling_client.go:74:43: DirectCodecFactory not declared by package serializer (typecheck)
To prevent these issues from reoccurring with new devs, we need to fix the hack/README.md. Workflows need to be scrubbed of go mod uses and perhaps a line warning against using modules should be made.
tracking
go.sh lint
results:With mods disabled (we think)