Skip to content

Rename .sig files to .asc: match upstream Go #181

@dagood

Description

@dagood

Upstream Go provides .asc files, serving the same purpose as our .sig files:

https://golang.org/dl/go1.17.linux-amd64.tar.gz
https://golang.org/dl/go1.17.linux-amd64.tar.gz.asc

https://dotnetbuildoutput.blob.core.windows.net/golang/microsoft/main/20210818.1/go.20210818.1.linux-amd64.tar.gz.sig

They are both armored PGP signatures.

If I knew Go provided .asc files, I would have followed the naming, but they aren't advertised on the download page. I found out about them because the official golang Dockerfiles use the .asc files to verify the download.


Changing to .asc would also let us remove some tweaks I made to the golang Dockerfiles that make them use .sig when downloading our builds.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions