cockroachdb / apd

Arbitrary-precision decimals for Go
https://pkg.go.dev/github.com/cockroachdb/apd/v2
Apache License 2.0
664 stars 36 forks source link

apd: add go 1.21 and 1.22 testing to CI #131

Closed nvanbenschoten closed 7 months ago

nvanbenschoten commented 7 months ago

This commit adds a test variant for go 1.21 and 1.22.

nvanbenschoten commented 7 months ago

Did you consider removing testing for go1.13 and go1.14? Not sure if it matters. This repo rarely changes.

Yeah, we should go through and remove old versions from CI, now that they're quite stale. I'll leave that for next time, as they're also not hurting anything.