mirror of
https://gitea.com/actions/go-versions.git
synced 2025-04-04 22:39:49 +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
|
|
}
|
|
} |