Skip to content

Commit

Permalink
update controller-gen utility to version 0.14.0 to support GO 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kasserater committed Oct 28, 2024
1 parent 4f2f106 commit d51bcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ manifests: controller-gen kustomize## Generate WebhookConfiguration, ClusterRole
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."

CONTROLLER_TOOLS_VERSION ?= v0.10.0
CONTROLLER_TOOLS_VERSION ?= v0.14.0

CONTROLLER_GEN = controller-gen
controller-gen: ## Download controller-gen locally if necessary.
Expand Down

0 comments on commit d51bcd8

Please sign in to comment.