summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-08-12 00:32:51 +0800
committerxuri <xuri.me@gmail.com>2022-08-12 00:32:51 +0800
commit8152bbb2cec76f074dc18c43f3c66bf8abdf9de0 (patch)
tree5052a82092f141cda644c83d5e891d2edf769aa8 /.github/workflows
parented91cddea59ce15da87ab744ac20b465a36ed5ef (diff)
This closes #1312, #1313, fix number format issue
- Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions` - Add go1.19 unit test settings, and made the test case compatible with go1.19 - Update dependencies module
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index a81d404..4026b71 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, 1.17.x, 1.18.x]
+ go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
targetplatform: [x86, x64]