From 4a3601121dd01d1626a1e23e37211e3254c1c06c Mon Sep 17 00:00:00 2001 From: George Adams Date: Tue, 17 Mar 2026 19:02:21 +0000 Subject: [PATCH] docs: fix Microsoft build of Go link (#734) --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 1ca3810..91e8ffa 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -426,7 +426,7 @@ The `go-download-base-url` input lets you download Go from a mirror or alternati When a custom base URL is provided, the action skips the `actions/go-versions` manifest lookup and downloads directly from the specified URL. -**Using the [Microsoft build of Go](https://github.com/nicholasgasior/microsoft-go):** +**Using the [Microsoft build of Go](https://github.com/microsoft/go):** ```yaml steps: