• v0.3.2 c2c54f1abb

    refactor(marketplace,jobrunner): replace os.ReadFile/WriteFile/MkdirAll with go-io Medium
    Some checks failed
    Security Scan / security (push) Failing after 9s
    Test / test (push) Successful in 1m42s

    Ghost released this 2026-03-16 18:31:35 +00:00 | 64 commits to dev since this release

    Replace all os.ReadFile, os.WriteFile, and os.MkdirAll calls in
    marketplace/discovery.go, marketplace/builder.go, and jobrunner/journal.go
    with coreio.Local equivalents (Read, Write, EnsureDir).

    Co-Authored-By: Virgil virgil@lethean.io

    Downloads