mirror of
https://code.forgejo.org/actions/go-versions
synced 2024-11-26 19:42:27 +00:00
7 lines
119 B
JSON
7 lines
119 B
JSON
|
{
|
||
|
"regex": "go-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)",
|
||
|
"groups": {
|
||
|
"arch": 2,
|
||
|
"platform": 1
|
||
|
}
|
||
|
}
|