We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4322d6 commit fc3f638Copy full SHA for fc3f638
Makefile
@@ -23,10 +23,10 @@ universal: generate
23
generate:
24
@$(GO) get github.com/swaggo/swag/cmd/swag@v1.16.3
25
@$(GO) get github.com/google/wire/cmd/wire@v0.5.0
26
- @$(GO) get go.uber.org/mock/mockgen@latest
+ @$(GO) get go.uber.org/mock/mockgen@v0.5.0
27
@$(GO) install github.com/swaggo/swag/cmd/swag@v1.16.3
28
@$(GO) install github.com/google/wire/cmd/wire@v0.5.0
29
- @$(GO) install go.uber.org/mock/mockgen@latest
+ @$(GO) install go.uber.org/mock/mockgen@v0.5.0
30
@$(GO) generate ./...
31
@$(GO) mod tidy
32
0 commit comments