We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/controller-gen@v0.2.1
+ - GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.2
64
65
##@ Tests
66
0 commit comments