mirror of
https://codeberg.org/actions/go-versions.git
synced 2024-01-07 17:16:09 +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
|
|
}
|
|
} |