Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: change macOS package/binary identifiers to org.golang.* #35854

Closed
andybons opened this issue Nov 26, 2019 · 1 comment
Closed

all: change macOS package/binary identifiers to org.golang.* #35854

andybons opened this issue Nov 26, 2019 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@andybons
Copy link
Member

andybons commented Nov 26, 2019

On macOS, we are updating our Go package identifier namespace from com.googlecode.* to org.golang.*. If your infrastructure relies on our installer having a specific identifier, you should use the new value starting with 1.13.5 and 1.12.14, which have yet to be released.

In addition, we are updating our binaries to have identifiers as well, primarily to help with logging. Any binaries in the distribution will have the identifier of org.golang.{binary name}. For example, the go command will have the identifier org.golang.go with /pkg/tool/darwin_amd64/compile having the identifier org.golang.compile.

This is a small piece of housekeeping that came up during our efforts to ensure we comply with Apple's notarization requirements. Google Code no longer exists, so it is more appropriate for us to use a more accurate identifier moving forward.

Placing in the Unreleased milestone but this affects every future release (creating a separate issue for each milestone seemed like overkill).

@andybons andybons added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 26, 2019
@andybons andybons added this to the Unplanned milestone Nov 26, 2019
@andybons andybons pinned this issue Nov 26, 2019
@andybons andybons modified the milestones: Unplanned, Unreleased Nov 26, 2019
@andybons
Copy link
Member Author

This change has been made on our internal release infrastructure. Closing for now but please keep it pinned until after the next release. @toothrot @dmitshur @cagedmantis

@dvyukov dvyukov unpinned this issue Jan 19, 2020
@golang golang locked and limited conversation to collaborators Nov 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants