Commit Graph

13 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen 268227c9f7 github: Replace the test workflow with the one used in Afero
Which is updated.
2023-11-28 10:52:19 +01:00
Mark Sagi-Kazar 9d37e3a907
ci: fix dependabot config
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-08-04 11:13:12 +02:00
Mark Sagi-Kazar a441ac7fbe
ci: pin actions versions, fix checkout order
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-08-04 11:13:03 +02:00
Mark Sagi-Kazar c49a664d4b
ci: rename ci.yml to ci.yaml
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-08-04 11:08:11 +02:00
dependabot[bot] f51fe10305
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 12:08:03 +00:00
Mark Sagi-Kazar cb4b5fb396
ci: add a name to the build
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-02-05 21:21:24 +01:00
Mark Sagi-Kazar b7b9986f2c
ci: add dependabot config
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-02-05 21:20:35 +01:00
Mark Sagi-Kazar c9c46a1792
ci: add Go 1.19 and 1.20 to the build matrix
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-02-05 21:17:45 +01:00
Mark Sagi-Kazar 160eccf352
ci: general ci improvements
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-02-05 21:17:13 +01:00
Bjørn Erik Pedersen 2b0eb0f724 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
2022-05-11 15:55:47 +02:00
Bjørn Erik Pedersen 36a7d5b5b8 github: Update Go versions in matrix 2022-05-11 15:55:47 +02:00
Bjørn Erik Pedersen 3f42935ca9
github: Also run tests on Windows 2021-07-27 13:32:42 +02:00
Bjørn Erik Pedersen 57c98fb578
Create go.yml 2021-07-27 13:23:44 +02:00