Skip to content

Commit

Permalink
chore: update controller-gen version to v0.15.0 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
infezek committed Jan 6, 2025
1 parent a2bd313 commit 121acf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ generate: controller-gen
.PHONY: controller-gen
controller-gen:
ifeq (, $(shell which controller-gen))
@{ \
@{ \
set -e ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0 ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0 ;\
}
CONTROLLER_GEN=$(GOBIN)/controller-gen
else
Expand Down

0 comments on commit 121acf4

Please sign in to comment.