We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06ec9a commit fa6cbfbCopy full SHA for fa6cbfb
Makefile
@@ -60,7 +60,7 @@ generate-vendor: ## Update/generate the vendor by using the path $GOPATH/src/sig
60
.PHONY: generate-setup
61
generate-setup: ## Current workarround to generate the testdata with the correct controller-gen version
62
- rm -rf $(CONTROLLER_GEN_BIN_PATH)
63
- - GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/[email protected].1
+ - GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/[email protected].2
64
65
##@ Tests
66
0 commit comments