mirror of
https://github.com/actions/go-versions
synced 2024-11-08 14:42:37 +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
|
||
|
}
|
||
|
}
|