mirror of
https://github.com/actions/setup-go.git
synced 2024-11-25 14:20:56 -05:00
make column optional in matcher
This commit is contained in:
parent
643c7cb3e2
commit
4dedda9ac2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue