mirror of
https://github.com/actions/go-versions
synced 2024-11-08 14:42:37 +00:00
7 lines
No EOL
125 B
JSON
7 lines
No EOL
125 B
JSON
{
|
|
"regex": "go-\\d+\\.\\d+\\.\\d+-(\\w+)-((x|arm)\\d+)",
|
|
"groups": {
|
|
"arch": 2,
|
|
"platform": 1
|
|
}
|
|
} |