Skip to content

[release-branch.go1.25] Ship .asc signature alongside .sig#2404

Merged
dagood merged 1 commit into
microsoft/release-branch.go1.25from
dev/gadams/sig1.25
Jul 8, 2026
Merged

[release-branch.go1.25] Ship .asc signature alongside .sig#2404
dagood merged 1 commit into
microsoft/release-branch.go1.25from
dev/gadams/sig1.25

Conversation

@gdams

@gdams gdams commented Jul 8, 2026

Copy link
Copy Markdown
Member

Backport of #2348

* Ship .asc signature alongside .sig

Produce an .asc PGP signature file alongside the existing .sig for every
tar.gz archive. The .sig remains the default/primary extension; .asc is
shipped in parallel for compatibility with upstream Go tooling (e.g.
official Dockerfiles).

Fixes #181

* Update eng/_util/cmd/sign/archive.go

Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>

---------

Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 8, 2026 12:03
@gdams gdams requested a review from a team as a code owner July 8, 2026 12:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Backports upstream PR #2348 to the go1.25 release branch to ship an additional .asc signature file alongside the existing .sig for each produced archive, improving compatibility with upstream Go tooling while keeping .sig as the primary signature artifact.

Changes:

  • Clarifies the inline comment describing how .sig signature generation works.
  • Copies the generated .sig signature to the destination directory as before.
  • Additionally copies the same signature content to a .asc file in the destination directory.
Show a summary per file
File Description
eng/_util/cmd/sign/archive.go Adds .asc emission alongside existing .sig when copying signed artifacts to the destination directory.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Low

@dagood dagood merged commit 4872fbc into microsoft/release-branch.go1.25 Jul 8, 2026
32 checks passed
@dagood dagood deleted the dev/gadams/sig1.25 branch July 8, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants