From e62b1c17818dffb2880171b0bb0f3086e483d83f Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 19 Nov 2024 17:55:00 +0800 Subject: [PATCH] fix: incorrect exec bin name --- backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index 072816b8..4bd0537e 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -1,4 +1,4 @@ -module github.com/crawlab-team/crawlab-pro/backend +module crawlab go 1.22