Skip to content

Commit 92b1b3a

Browse files
committed
Use go install instead of go get
1 parent 034dad7 commit 92b1b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ mocks: mockgen
2424

2525
mockgen:
2626
ifeq (, $(shell which mockgen))
27-
$(shell go get github.com/golang/mock/mockgen@v1.6.0)
27+
$(shell go install github.com/golang/mock/mockgen@v1.6.0)
2828
endif

0 commit comments

Comments
 (0)