Skip to content

Commit

Permalink
Merge pull request #238 from replicatedhq/laverya/latest-controller-gen
Browse files Browse the repository at this point in the history
update controller-gen to v0.3.0
  • Loading branch information
laverya committed Aug 10, 2020
2 parents c84dc6d + 407b80d commit 99f5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -88,7 +88,7 @@ schemas: fmt vet openapischema
.PHONY: contoller-gen
controller-gen:
ifeq (, $(shell which controller-gen))
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.8
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.3.0
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
else
CONTROLLER_GEN=$(shell which controller-gen)
Expand Down

0 comments on commit 99f5e2d

Please sign in to comment.