Add CI/CD pipeline #188

Closed
opened 2026-04-09 16:59:48 +00:00 by fuzzy · 1 comment
Owner
## Sub-tasks - [ ] [Test on Linux, macOS, Windows (Go cross-platform)](https://git.lan.thwap.org/thwap/manta-archiver/issues/184) - [ ] [Test all archive formats on all platforms](https://git.lan.thwap.org/thwap/manta-archiver/issues/185) - [ ] [Lint and security scanning](https://git.lan.thwap.org/thwap/manta-archiver/issues/186) - [ ] [Build release binaries with goreleaser](https://git.lan.thwap.org/thwap/manta-archiver/issues/187)
fuzzy self-assigned this 2026-04-09 16:59:48 +00:00
Author
Owner

CI/CD pipeline implemented with:

  • .github/workflows/test.yml: cross‑platform testing (Linux, macOS, Windows), lint (golangci‑lint), security scanning (govulncheck)
  • .github/workflows/release.yml: automated release builds with GoReleaser on tag pushes
  • .goreleaser.yml: configuration for multi‑platform binaries, checksums, archives

All sub‑tasks (#184‑#187) are completed. Closing.

CI/CD pipeline implemented with: - `.github/workflows/test.yml`: cross‑platform testing (Linux, macOS, Windows), lint (golangci‑lint), security scanning (govulncheck) - `.github/workflows/release.yml`: automated release builds with GoReleaser on tag pushes - `.goreleaser.yml`: configuration for multi‑platform binaries, checksums, archives All sub‑tasks (#184‑#187) are completed. Closing.
fuzzy closed this issue 2026-04-13 00:42:43 +00:00
Sign in to join this conversation.
No description provided.