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

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 840f69838 fix(backend): update Makefile to include version prefix in 
go-dep command (#8194)
840f69838 is described below

commit 840f69838f6f0ef523f020afa953ebe6cd229346
Author: Rodrigo Silva <[email protected]>
AuthorDate: Tue Nov 19 04:11:04 2024 +0100

    fix(backend): update Makefile to include version prefix in go-dep command 
(#8194)
    
    The go-dep make command was missing a version prefix, causing a dependency 
resolution issue. This change fixes the command to use the correct version 
prefix.
---
 backend/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/Makefile b/backend/Makefile
index 554ecfe20..d9f2c7cac 100644
--- a/backend/Makefile
+++ b/backend/Makefile
@@ -26,7 +26,7 @@ PYTHON_DIR ?= "./python"
 all: build
 
 go-dep:
-       go install github.com/vektra/mockery/[email protected]
+       go install github.com/vektra/mockery/[email protected]
        go install github.com/swaggo/swag/cmd/[email protected]
        go install github.com/golangci/golangci-lint/cmd/[email protected]
 

Reply via email to