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

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a9c7100 SUBMARINE-1258. Fix submarine-cloud-v2 format
9a9c7100 is described below

commit 9a9c7100dfa95c5126c15aec82092bb899565dac
Author: KUAN-HSUN-LI <[email protected]>
AuthorDate: Sat Apr 16 20:34:42 2022 +0800

    SUBMARINE-1258. Fix submarine-cloud-v2 format
    
    ### What is this PR for?
    Fix go format
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1258
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: KUAN-HSUN-LI <[email protected]>
    
    Signed-off-by: Kevin <[email protected]>
    
    Closes #929 from KUAN-HSUN-LI/SUBMARINE-1258 and squashes the following 
commits:
    
    be2798fa [KUAN-HSUN-LI] SUBMARINE-1258. Fix format
    e539186f [KUAN-HSUN-LI] SUBMARINE-1258. Fix format
---
 .github/workflows/master.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 23fab555..29a06bcc 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -485,10 +485,15 @@ jobs:
         uses: stCarolas/setup-maven@v4
         with:
           maven-version: 3.6.3
+      - name: Setup Golang 1.16.2
+        uses: actions/setup-go@v2
+        with:
+          go-version: "1.16.2"
       - name: Check version
         run: |
           mvn --version
           java -version
+          go version
       - uses: actions/cache@v2
         with:
           path: ~/.m2/repository


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to