3 Commits

Author SHA1 Message Date
Billy Keyes 9e0997ef65 Update Go and golangci-lint versions (#49)
The minimum Go version for the package is now Go 1.21. This is because a
future change will use the 'slices' package in test code. Note that non-test
code in the package should still be compatible with older versions of Go.

As part of this, also update the golangci-lint version to one that works
with Go 1.21, which required replacing some deprecated linters.
2024-08-11 11:39:23 -07:00
Billy Keyes 32887c7120 Update to Go 1.13 in go.mod
Tests now use errors.Is, a Go 1.13 feature.
2020-01-13 22:14:17 -08:00
Billy Keyes f86331c3e2 Add go.mod file 2019-03-11 22:47:04 -07:00