mirror of
https://github.com/csmith/latest
synced 2026-01-21 01:56:22 +01:00
No description
| .github | ||
| cmd | ||
| internal | ||
| .gitignore | ||
| alpine.go | ||
| CHANGELOG.md | ||
| git.go | ||
| go.go | ||
| go.mod | ||
| go.sum | ||
| images.go | ||
| LICENCE | ||
| postgres.go | ||
| README.md | ||
| tags.go | ||
Latest
Latest is a Go library to help you find the latest available versions of things.
It currently supports finding the:
- Latest tag in a git repository
- Latest tag in a container image repository
- Latest digest of a tag in a container image repository
- Latest release of Go (along with download URL and checksum)
- Latest release of Postgres (along with download URL and checksum)
- Latest release of Alpine Linux (along with download URL and checksum)
- Latest version of an Alpine package (along with download URL and dependencies)
- Latest info for all Alpine packages in a repository
For examples of each, see the cmd directory.
Contributions of/requests for other sources welcome!