mirror of
https://gitea.com/actions/setup-go.git
synced 2024-11-01 01:35:38 +01:00
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "go",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|