astefanutti commented on code in PR #3977:
URL: https://github.com/apache/camel-k/pull/3977#discussion_r1083789075
##########
script/Makefile:
##########
@@ -212,7 +212,8 @@ codegen-tools-install: controller-gen
@# We must force the installation to make sure we are using the correct
version
@# Note: as there is no --version in the tools, we cannot rely on
cached local versions
@echo "Installing k8s.io/code-generator tools with version
$(CODEGEN_VERSION)"
- go install
k8s.io/code-generator/cmd/applyconfiguration-gen@$(CODEGEN_VERSION)
+ #go install
k8s.io/code-generator/cmd/applyconfiguration-gen@$(CODEGEN_VERSION)
+ go install
github.com/astefanutti/code-generator/cmd/applyconfiguration-gen@pr-144-install
Review Comment:
The fix upstream kubernetes/kubernetes#114920 will be picked up once we
upgrade our dependency on code-generator.
--
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]