-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[GoTool] Make the Go download URL configurable #16045
Comments
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
Commenting to prevent closure as stale. Issue is awaiting a response from repo maintainers. |
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
Commenting to prevent closure as stale. Issue is awaiting a response from repo maintainers. |
I think it will also need a modification to the cache logic to use the source URL in the key |
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
Required Information
Type: Feature
Task Name: GoTool
Environment
Issue Description
My team is building Go for internal use at Microsoft, but we don't have a good way for people who use the
GoTool@0
task to switch over from the official build of Go to our build of Go. I think all we need is a way to configure the base URL rather than hard coding it:azure-pipelines-tasks/Tasks/GoToolV0/gotool.ts
Lines 96 to 98 in 7893ce0
URLs for our builds will be something like
https://aka.ms/golang/release/%s
.We don't want to change the default base URL: Azure Pipelines users outside Microsoft should continue to get the official Go binaries. (Our build of Go is only intended for use within Microsoft to meet supply chain and FIPS requirements. For more info, the Microsoft build of Go is maintained at https://github.com/microsoft/go.)
Task logs
N/A
Troubleshooting
N/A
Error logs
N/A
The text was updated successfully, but these errors were encountered: