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

hufeng pushed a commit to branch dubbo3
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/dubbo3 by this push:
     new c7d70b8  Update go.yml
c7d70b8 is described below

commit c7d70b8b14cb5fda1041a74c6f2fe5c7002e6830
Author: 胡锋 <[email protected]>
AuthorDate: Sun Oct 30 23:53:51 2022 +0800

    Update go.yml
---
 .github/workflows/go.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 7f9c21b..13c3c2e 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
         go-version: 1.18
 
     - name: Build
-      run: make build-lint
+      run: cd ./lint && go build -o ../dj_lint
 
     - name: Test
       run: ./dj_lint

Reply via email to