1
0
mirror of https://github.com/actions/go-versions.git synced 2026-05-27 16:04:12 +00:00
Files
go-versions/config/go-manifest-config.json
2020-06-09 22:52:06 +03:00

7 lines
119 B
JSON

{
"regex": "go-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)",
"groups": {
"arch": 2,
"platform": 1
}
}