1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-03-14 22:27:00 +01:00
go-versions/config/go-manifest-config.json

7 lines
119 B
JSON
Raw Normal View History

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