mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-go
synced 2025-04-10 13:51:59 +08: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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|