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

17 lines
357 B
JSON

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