2
0
mirror of https://gitea.com/actions/setup-go.git synced 2025-02-23 20:20:34 +07:00
setup-go/matchers.json

16 lines
364 B
JSON
Raw Normal View History

2019-06-21 00:51:56 +07:00
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
"file": 2,
"line": 4,
"column": 6,
"message": 7
}
]
}
]
}