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 87a5acd try github action
87a5acd is described below
commit 87a5acdcfe2095e496f9c5acdb9dbd61ad96cdc2
Author: HTHou <[email protected]>
AuthorDate: Tue Jan 5 17:54:02 2021 +0800
try github action
---
.github/workflows/go.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 1ccffa8..5229b44 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-latest]
steps:
- name: Set up Go 1.x