diff options
author | xuri <xuri.me@gmail.com> | 2021-08-22 13:36:56 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-08-22 13:36:56 +0800 |
commit | a2d449708cf72928394b4bc4aea41c0c6a606fa2 (patch) | |
tree | 3107f4d43971e0c10c7946a7644c2d3b3626cd2b /.github | |
parent | 9b55f4f9f0b839934eb8113d2092c60a1a5b64b8 (diff) |
- This fix panic and incorrect cell read on some case
- Make unit test on Go 1.7
- API documentation updated
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 13913aa..320e3da 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go-version: [1.15.x, 1.16.x] + go-version: [1.15.x, 1.16.x, 1.17.x] os: [ubuntu-latest, macos-latest, windows-latest] targetplatform: [x86, x64] |