Skip to content

Commit 2b0eb0f

Browse files
committed
Misc number fixes
* Allow strings/json.Number with just zeroes after the decmial point to be converted to integer` * Allow nil in ToFloat* * Remove some test duplication * replace testify with quicktest * Enable integer and float conversion of time.Weekday values Fixes #139 Fixes #141
1 parent 36a7d5b commit 2b0eb0f

File tree

5 files changed

+516
-847
lines changed

5 files changed

+516
-847
lines changed

‎.github/workflows/go.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: [1.17.x, 1.18.x]
13+
go-version: [1.16.x, 1.17.x, 1.18.x]
1414
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)