https://github.com/csmith/latest
Go library for finding the latest versions of things
https://github.com/csmith/latest
Last synced: 5 months ago
JSON representation
Go library for finding the latest versions of things
- Host: GitHub
- URL: https://github.com/csmith/latest
- Owner: csmith
- License: mit
- Created: 2024-12-17T22:32:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-22T12:46:50.000Z (6 months ago)
- Last Synced: 2025-12-23T23:42:08.418Z (6 months ago)
- Language: Go
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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!