mirror of
https://gitea.com/actions/go-versions.git
synced 2025-04-05 06:49:46 +00:00
Implement builders to build Go from source code
This commit is contained in:
7
config/go-manifest-config.json
Normal file
7
config/go-manifest-config.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"regex": "go-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)",
|
||||
"groups": {
|
||||
"arch": 2,
|
||||
"platform": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user