3
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-02-05 23:41:17 +00:00
setup-go/matchers.json

17 lines
357 B
JSON
Raw Permalink Normal View History

2019-06-20 13:51:56 -04:00
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
2020-03-27 19:56:10 -04:00
"file": 1,
"line": 2,
"column": 3,
"message": 4
2019-06-20 13:51:56 -04:00
}
]
}
]
}