• v0.3.3 a13104bdb7

    fix(ci): remove go-client checkout steps
    Some checks failed
    Release / release (push) Failing after 1s
    Release / docker (push) Has been skipped
    Release / virustotal (push) Failing after 0s

    Ghost released this 2026-03-30 12:49:32 +00:00 | 157 commits to main since this release

    The go-client dependency is resolved from the Go module proxy (no
    replace directive in go.mod). The checkout steps were leftover from
    a local replace setup and fail on actions/checkout@v6 which no
    longer allows paths outside the workspace.

    Downloads