Skip to content

Commit

Permalink
chore: Un-pin github.com/vektra/mockery/v2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed Jul 25, 2022
1 parent a3d441d commit a3edb52
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.9.4
go install github.com/vektra/mockery/v2@v2

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

0 comments on commit a3edb52

Please sign in to comment.