mirror of
https://github.com/actions/setup-go
synced 2024-11-08 14:42:40 +00:00
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "go",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|