Skip to content

Commit

Permalink
Revert "chore: Un-pin github.com/vektra/mockery/v2"
Browse files Browse the repository at this point in the history
This reverts commit a3edb52.
  • Loading branch information
alexec committed Jul 25, 2022
1 parent c8eb9f7 commit 08831b2
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 @@ -89,7 +89,7 @@ codegen: generate manifests examples tests $(GOBIN)/mockery
$(GOBIN)/goreman:
go install github.com/mattn/goreman@v0.3.7
$(GOBIN)/mockery:
go install github.com/vektra/mockery/v2@v2
go install github.com/vektra/mockery/v2@v2.9.4

# Run against the configured Kubernetes cluster in ~/.kube/config
start: deploy build runner $(GOBIN)/goreman wait
Expand Down

0 comments on commit 08831b2

Please sign in to comment.