mirror of https://github.com/actions/toolkit
Fix go matcher link
parent
457303960f
commit
db0298dc8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue