From db0298dc8c5b9e6a7826c0f4d0aa70e773242a08 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 25 Apr 2023 10:53:06 -0400 Subject: [PATCH] Fix go matcher link --- docs/problem-matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/problem-matchers.md b/docs/problem-matchers.md index e496b299..7fdf9229 100644 --- a/docs/problem-matchers.md +++ b/docs/problem-matchers.md @@ -133,7 +133,7 @@ Registering two problem-matchers with the same owner will result in only the pro Some of the starter actions are already using problem matchers, for example: - [setup-node](https://github.com/actions/setup-node/tree/main/.github) - [setup-python](https://github.com/actions/setup-python/tree/main/.github) -- [setup-go](https://github.com/actions/setup-go/tree/main/.github) +- [setup-go](https://github.com/actions/setup-go/blob/main/matchers.json) - [setup-dotnet](https://github.com/actions/setup-dotnet/tree/main/.github) ## Troubleshooting