squakez commented on issue #3236: URL: https://github.com/apache/camel-k/issues/3236#issuecomment-1110728225
It's strange. I have it working as usual: ``` $ make generate-doc ./script/gen_doc.sh Generating API documentation... Generating CRD API documentation... I0427 10:41:42.890875 20160 main.go:135] parsing go packages in directory github.com/apache/camel-k/pkg/apis/camel/v1 I0427 10:41:50.145351 20160 main.go:239] using package=github.com/apache/camel-k/pkg/apis/camel/v1 W0427 10:41:50.158867 20160 main.go:461] not found external link source for type encoding/xml.Name I0427 10:41:50.159911 20160 main.go:175] written to ./script/gen_crd/../../docs/modules/ROOT/partials/apis/camel-k-crds.adoc I0427 10:41:50.817767 20987 main.go:135] parsing go packages in directory github.com/apache/camel-k/pkg/apis/camel/v1alpha1 I0427 10:41:58.157475 20987 main.go:239] using package=github.com/apache/camel-k/pkg/apis/camel/v1alpha1 W0427 10:41:58.161418 20987 main.go:461] not found external link source for type encoding/json.Number W0427 10:41:58.161472 20987 main.go:461] not found external link source for type encoding/json.Number W0427 10:41:58.161633 20987 main.go:461] not found external link source for type encoding/json.Number I0427 10:41:58.163596 20987 main.go:175] written to ./script/gen_crd/../../docs/modules/ROOT/partials/apis/kamelets-crds.adoc Generating CRD API documentation... Done. Generating API documentation... done! Generating traits documentation... Generating traits documentation... done! ``` Indeed, I have version 1.7 of Go: ``` $ go version go version go1.17 linux/amd64 ``` Could it be because of this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
