This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/test by this push:
     new fc3f6384 build: pin mockgen version to v0.5.0
fc3f6384 is described below

commit fc3f6384f2a9eb3524abb7cd3900f3e785a60617
Author: LinkinStars <linkins...@foxmail.com>
AuthorDate: Tue Apr 29 14:33:58 2025 +0800

    build: pin mockgen version to v0.5.0
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 642dfe3b..2a32e7eb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,10 @@ universal: generate
 generate:
        @$(GO) get github.com/swaggo/swag/cmd/swag@v1.16.3
        @$(GO) get github.com/google/wire/cmd/wire@v0.5.0
-       @$(GO) get go.uber.org/mock/mockgen@latest
+       @$(GO) get go.uber.org/mock/mockgen@v0.5.0
        @$(GO) install github.com/swaggo/swag/cmd/swag@v1.16.3
        @$(GO) install github.com/google/wire/cmd/wire@v0.5.0
-       @$(GO) install go.uber.org/mock/mockgen@latest
+       @$(GO) install go.uber.org/mock/mockgen@v0.5.0
        @$(GO) generate ./...
        @$(GO) mod tidy
 

Reply via email to