1
0
mirror of https://github.com/actions/setup-go.git synced 2026-07-04 20:51:38 +00:00
Files
setup-go/matchers.json
T
2020-02-09 00:21:39 -05:00

16 lines
364 B
JSON

{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
"file": 2,
"line": 4,
"column": 6,
"message": 7
}
]
}
]
}