You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by zu...@apache.org on 2023/01/28 09:12:39 UTC

[incubator-uniffle] branch zuston-patch-1 created (now 4c13a3d6)

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

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


      at 4c13a3d6 Upgrade golang version to 1.17 in CI action

This branch includes the following new commits:

     new 4c13a3d6 Upgrade golang version to 1.17 in CI action

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-uniffle] 01/01: Upgrade golang version to 1.17 in CI action

Posted by zu...@apache.org.
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 <zu...@apache.org>
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