0
1
mirror of https://github.com/actions/setup-go synced 2024-06-01 18:38:04 +02:00
setup-go/matchers.json

16 lines
364 B
JSON
Raw Permalink Normal View History

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