0
1
mirror of https://github.com/actions/setup-go synced 2024-05-31 18:28:04 +02:00
setup-go/matchers.json
2020-03-30 09:12:21 -04:00

16 lines
383 B
JSON

{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "((?:\\.{0,2}\\/|\\.{0,2}\\\\)(?:.+\\.go)):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}