Releases: Maronato/go-finger
Releases · Maronato/go-finger
v1.3.0
Migrates the project from the self-hosted registry to GitHub, with CI/CD fixes contributed by @ArtemStepanov.
Breaking Changes
- Module path changed from
git.maronato.dev/maronato/fingerto<github.com/Maronato/go-finger>. Update your imports if using this as a library. - Docker image moved from
git.maronato.dev/maronato/fingerto<ghcr.io/maronato/go-finger>. go installbinary is now namedgo-finger(wasfinger).
Changes
- Switch Docker registry to GHCR using
GITHUB_TOKEN(thanks @ArtemStepanov) - Add
workflow_dispatchtrigger for manual releases (thanks @ArtemStepanov) - Update all GitHub Actions to latest versions
- Migrate module path and all import references to GitHub