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

zuston pushed a commit to branch zuston-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git

commit 4c13a3d6584685cad87b3da8786380bb43976437
Author: Junfan Zhang <[email protected]>
AuthorDate: Sat Jan 28 17:12:34 2023 +0800

    Upgrade golang version to 1.17 in CI action
---
 .github/workflows/parallel.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml
index 821c7ef9..ea8bc7a1 100644
--- a/.github/workflows/parallel.yml
+++ b/.github/workflows/parallel.yml
@@ -78,10 +78,10 @@ jobs:
         java-version: ${{ inputs.java-version }}
         distribution: ${{ inputs.jdk-distro }}
         cache: maven
-    - name: Set up Go 1.16
+    - name: Set up Go 1.17
       uses: actions/setup-go@v3
       with:
-        go-version: 1.16
+        go-version: 1.17
     - name: Execute maven with -P${{ matrix.profile }}
       if: ${{ !inputs.experimental }}
       run: mvn -B -fae -P${{ matrix.profile }} ${{ inputs.maven-args }} | tee 
/tmp/maven.log

Reply via email to