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 fc3e546  try github action
fc3e546 is described below

commit fc3e546699067e76c77d3b4567d96ba7084e0a3d
Author: HTHou <[email protected]>
AuthorDate: Tue Jan 5 17:58:53 2021 +0800

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

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 5229b44..b5cf66f 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -7,7 +7,7 @@ on:
     branches: [ main ]
 
 env:
-  TZ: Asia/Shanghai
+  TZ: UTC+8
 
 jobs:
 
@@ -16,7 +16,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [macos-latest, ubuntu-latest]
+        os: [macos-latest, ubuntu-latest, windows-latest]
     steps:
 
     - name: Set up Go 1.x

Reply via email to