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

16 lines
368 B
JSON
Raw Normal View History

2019-06-20 20:51:56 +03:00
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
2020-03-30 17:39:29 +03:00
"regexp": "(\\.{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
}
]
}
]
}