Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading