Skip to content

Commit

Permalink
fix(makefile) : upgrade ontroller-gen from 0.2.1 to 0.2.2 in the targ…
Browse files Browse the repository at this point in the history
…et generate-setup
  • Loading branch information
camilamacedo86 committed Oct 25, 2019
1 parent a06ec9a commit fa6cbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ generate-vendor: ## Update/generate the vendor by using the path $GOPATH/src/sig
.PHONY: generate-setup
generate-setup: ## Current workarround to generate the testdata with the correct controller-gen version
- rm -rf $(CONTROLLER_GEN_BIN_PATH)
- 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

##@ Tests

Expand Down

0 comments on commit fa6cbfb

Please sign in to comment.