CI/CD
- Dependabot Integration: Added
.github/dependabot.ymlto automatically track and update Go modules (go.mod) and GitHub Actions workflows on a weekly basis, ensuring Gorrent always runs on the latest security patches. - Auto-Merge GitHub Action: Added a custom workflow (
dependabot-auto-merge.yml) that automatically merges Dependabot Pull Requests forpatchandminorversion updates, provided they pass all CI/CD test gates. This keeps maintenance completely hands-free while blocking potentially breakingmajorupdates.
📦 Downloads
| Operating System | Download Archive |
|---|---|
| Windows (x64) | gorrent-1.6.6-windows-amd64.zip |
| Linux (x64) | gorrent-1.6.6-linux-amd64.tar.gz |
| Linux (ARM64) | gorrent-1.6.6-linux-arm64.tar.gz |
| macOS (Intel) | gorrent-1.6.6-darwin-amd64.tar.gz |
| macOS (Apple Silicon) | gorrent-1.6.6-darwin-arm64.tar.gz |
Docker Images (multi‑arch: amd64 + arm64):
- GHCR:
docker pull ghcr.io/x-name15/gorrent:v1.6.6 - GHCR Latest:
docker pull ghcr.io/x-name15/gorrent:latest
View Full CHANGELOG