temporalio / temporalio/temporal
Add attestations to releases
@yycptt is already working on this.
Since Jun 11, 2026.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
At present you only publish checksum digests with your releases.
This is better than nothing, but not really good enough for the 2026 security environment where both integrity, authenticity and provenance of an artifact should be verified using cryptographically signed attestations.
Checksum digests only deliver on integrity validation, and relies entirely on the assumption that the checksum file itself is authentic and of good provenance. temporal only publish a simple plaintext checksum file, without even a signature attached.
This is perhaps even more important for temporal which operates at a critical core level of workflows.
Therefore please consider adding attestations to your release workflow, e.g. https://goreleaser.com/customization/publish/attestations/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.