Skip to content

Commit

Permalink
Use vendored gomock when go generating
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Jan 15, 2019
1 parent b6b8de3 commit 4ee507c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ vendor:

.PHONY: generate
generate:
go install $(GOGCFLAGS) -ldflags '-extldflags "-static"' sigs.k8s.io/cluster-api-provider-aws/vendor/github.com/golang/mock/mockgen
go generate ./pkg/... ./cmd/...

.PHONY: test
Expand Down

0 comments on commit 4ee507c

Please sign in to comment.