1
0
Fork 0
mirror of https://github.com/actions/go-versions synced 2025-01-04 04:42:41 +00:00
go-versions/config/go-manifest-config.json

7 lines
119 B
JSON
Raw Permalink Normal View History

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