Commit Graph

5 Commits

Author SHA1 Message Date
Neil O'Toole
a8d36dd89c
go1.22 and friends (#410)
* go1.22 and friends

* golangci-lint version

* more CI fiddling

* CI: update goreleaser action

* Update jcolorenc to support \b and \f chars, per go1.22 changes to
stdlib.

See: https://go-review.googlesource.com/c/go/+/521675

* linting

* More json \b \f stuff
2024-03-05 20:19:19 -07:00
Neil O'Toole
d8d5eb34df
Comments cleanup (#381) 2024-01-29 09:43:06 -07:00
Neil O'Toole
9a0b9b7a9c
Ingest checksum issue (#378)
- Refactor `Downloader.Get`.
2024-01-28 23:55:25 -07:00
Neil O'Toole
452a91547c
Better handling of download cache refresh (#366)
* A failed download cache refresh no longer destroys the previous cache.
2024-01-26 15:18:38 -07:00
Neil O'Toole
26f0c9a381
Refactor source.Files (#363)
* Moved `source.Files` to its own package, thus the type is now `files.Files`.
* Moved much of the location functionality from pkg `source` to its own package `location`.
2024-01-24 23:29:55 -07:00