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 d5b3cb4 try github action
d5b3cb4 is described below
commit d5b3cb486e4f6ad881516164b2700a5101e6c0ba
Author: HTHou <[email protected]>
AuthorDate: Tue Jan 5 17:17:23 2021 +0800
try github action
---
.github/workflows/go.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 2c639ba..cdca524 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -16,13 +16,6 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- - name: Setup timezone
- uses: actions/[email protected]
- with:
- timezoneLinux: "Asia/Shanghai"
- timezoneMacos: "Asia/Shanghai"
- timezoneWindows: "China Standard Time"
-
- name: Set up Go 1.x
uses: actions/setup-go@v2
with: