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 cb6524e try github action
cb6524e is described below
commit cb6524eb181fea390f24ce5c1bf2b6ef0103599f
Author: HTHou <[email protected]>
AuthorDate: Tue Jan 5 17:14:55 2021 +0800
try github action
---
.github/workflows/go.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index ddff73f..2c639ba 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -17,9 +17,11 @@ jobs:
steps:
- name: Setup timezone
- uses: zcong1993/[email protected]
+ uses: actions/[email protected]
with:
- timezone: Asia/Shanghai
+ timezoneLinux: "Asia/Shanghai"
+ timezoneMacos: "Asia/Shanghai"
+ timezoneWindows: "China Standard Time"
- name: Set up Go 1.x
uses: actions/setup-go@v2