4
0
mirror of https://github.com/actions/setup-go.git synced 2025-01-08 05:17:50 +03:00
setup-go/matchers.json

16 lines
373 B
JSON
Raw Permalink Normal View History

2019-06-20 20:51:56 +03:00
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
2020-03-30 17:46:01 +03:00
"regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
2020-03-28 02:56:10 +03:00
"file": 1,
"line": 2,
"column": 3,
"message": 4
2019-06-20 20:51:56 +03:00
}
]
}
]
}