Skip to content

Commit

Permalink
Downgrade controller-gen to v0.2.4 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Feb 25, 2021
1 parent 9bc7c9c commit d074415
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 217 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ifeq (, $(shell which controller-gen))
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
cd $$CONTROLLER_GEN_TMP_DIR ;\
go mod init tmp ;\
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.3.0 ;\
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.4 ;\
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
}
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
Expand Down
Loading

0 comments on commit d074415

Please sign in to comment.