No description
Find a file
Chris Smith 312902a98a
Merge pull request #14 from csmith/dependabot/go_modules/github.com/google/go-containerregistry-0.20.7
Bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7
2025-11-26 12:23:06 +00:00
.github Dependencies: switch to weekly with cooldown 2025-11-26 11:46:14 +00:00
cmd Fix module path after major version bump 2025-11-20 14:25:13 +00:00
internal Fix module path after major version bump 2025-11-20 14:25:13 +00:00
.gitignore Initial version: image + git support 2024-12-17 22:32:58 +00:00
alpine.go Fix module path after major version bump 2025-11-20 14:25:13 +00:00
CHANGELOG.md Fix module path after major version bump 2025-11-20 14:25:13 +00:00
git.go Fix module path after major version bump 2025-11-20 14:25:13 +00:00
go.go Fix module path after major version bump 2025-11-20 14:25:13 +00:00
go.mod Bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7 2025-11-25 12:18:32 +00:00
go.sum Bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7 2025-11-25 12:18:32 +00:00
images.go Fix module path after major version bump 2025-11-20 14:25:13 +00:00
LICENCE Initial version: image + git support 2024-12-17 22:32:58 +00:00
postgres.go Fix module path after major version bump 2025-11-20 14:25:13 +00:00
README.md Remove examples in favour of commands 2025-08-03 15:21:45 +01:00
tags.go Fix module path after major version bump 2025-11-20 14:25:13 +00:00

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!