This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
The following commit(s) were added to refs/heads/main by this push:
new c8eaf12 Update Github Action Go version (#96)
c8eaf12 is described below
commit c8eaf123c7c44b9481a961e1ac61efc6beed1bc8
Author: Haonan <[email protected]>
AuthorDate: Tue Feb 6 11:51:10 2024 +0800
Update Github Action Go version (#96)
---
.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 0c0c98d..0f675c3 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
- go: ['1.13', '1.19']
+ go: ['1.13', 'stable']
steps:
- name: Set up Go ${{ matrix.go }}