From 6a06c96ab4208442b78ffa374536ccdc2e3e7ddb Mon Sep 17 00:00:00 2001 From: Injun Song Date: Wed, 28 Feb 2024 13:27:41 +0900 Subject: [PATCH] ci: bump go.uber.org/mock/mockgen from v0.3.0 to v0.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f9f133d3..12cbdd7fb 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ generate-check: tools: $(GO) install golang.org/x/tools/cmd/goimports@latest $(GO) install golang.org/x/lint/golint@latest - $(GO) install go.uber.org/mock/mockgen@v0.3.0 + $(GO) install go.uber.org/mock/mockgen@v0.4.0 fmt: @echo goimports