1
0
Fork 0

Fix go matcher link

pull/1411/head
Josh Soref 2023-04-25 10:53:06 -04:00 committed by GitHub
parent 457303960f
commit db0298dc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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