mirror of
https://github.com/actions/setup-go.git
synced 2025-07-06 07:53:43 +00:00
starting v2 and proxy support
This commit is contained in:
parent
9fbc767707
commit
4282769cc0
191 changed files with 5351 additions and 14572 deletions
16
matchers.json
Normal file
16
matchers.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "go",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
|
||||
"file": 2,
|
||||
"line": 4,
|
||||
"column": 6,
|
||||
"message": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue