You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/01/05 09:14:18 UTC

[iotdb-client-go] branch try_action updated: try github action

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

haonan pushed a commit to branch try_action
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git


The following commit(s) were added to refs/heads/try_action by this push:
     new 5dc833c  try github action
5dc833c is described below

commit 5dc833c3a1adc7a05bca394fb94342b8212cdfab
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Jan 5 17:13:35 2021 +0800

    try github action
---
 .github/workflows/go.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 96be65b..ddff73f 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -17,11 +17,9 @@ jobs:
     steps:
 
     - name: Setup timezone
-      uses: actions/set-timezone-action@v1.1
+      uses: zcong1993/setup-timezone@v1.1.1
       with:
-        timezoneLinux: "Asia/Shanghai"
-        timezoneMacos: "Asia/Shanghai"
-        timezoneWindows: "China Standard Time"
+        timezone: Asia/Shanghai
 
     - name: Set up Go 1.x
       uses: actions/setup-go@v2