Skip to content

Commit fa6cbfb

Browse files
fix(makefile) : upgrade ontroller-gen from 0.2.1 to 0.2.2 in the target generate-setup
1 parent a06ec9a commit fa6cbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ generate-vendor: ## Update/generate the vendor by using the path $GOPATH/src/sig
6060
.PHONY: generate-setup
6161
generate-setup: ## Current workarround to generate the testdata with the correct controller-gen version
6262
- rm -rf $(CONTROLLER_GEN_BIN_PATH)
63-
- GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.1
63+
- GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.2
6464

6565
##@ Tests
6666

0 commit comments

Comments
 (0)