mirror of
https://github.com/actions/setup-go.git
synced 2024-11-15 11:54:34 +08:00
make column optional in matcher
This commit is contained in:
parent
643c7cb3e2
commit
4dedda9ac2
@ -4,7 +4,7 @@
|
|||||||
"owner": "go",
|
"owner": "go",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
|
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(?:(\\d+):)?)? (.*)",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2,
|
"line": 2,
|
||||||
"column": 3,
|
"column": 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user