| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-09 | Reduce golang requirement to go1.18 | Adrien Hopkins | |
| go1.21, the previous requirement, was released a few months ago, so not all systems have adopted it. go1.18 is old enough that most systems should support it, but it introduces generics, which my testing code is highly dependent on, so I can't easily go any earlier. | |||
| 2023-08-21 | Upgrade to Go 1.21 | Adrien Hopkins | |
| Use methods from the new slices and maps modules to make my code faster and more compact. | |||
| 2023-08-03 | Create go.mod | Adrien Hopkins | |
