Skip to content

Commit

Permalink
including go install in Makefile as functionality to do so via go get…
Browse files Browse the repository at this point in the history
… has been deprecated (#292)

Signed-off-by: Sanskar Bhushan <[email protected]>
  • Loading branch information
sbdtu5498 authored Nov 24, 2023
1 parent 55c893e commit f8b95bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ release: helm-chart
controller-gen:
ifeq (, $(shell which controller-gen))
go get sigs.k8s.io/controller-tools/cmd/[email protected]
go install sigs.k8s.io/controller-tools/cmd/controller-gen
CONTROLLER_GEN=$(GOBIN)/controller-gen
else
CONTROLLER_GEN=$(shell which controller-gen)
Expand Down

0 comments on commit f8b95bf

Please sign in to comment.