1
0
Fork 0
mirror of https://github.com/actions/go-versions synced 2024-11-08 14:42:37 +00:00
go-versions/config/go-manifest-config.json
2023-06-30 17:44:16 +02:00

7 lines
No EOL
125 B
JSON

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