mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-07-12 03:06:00 +02:00
Implement builders to build Go from source code
This commit is contained in:
parent
8c06ab5f1e
commit
6cf25b0561
21 changed files with 836 additions and 0 deletions
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue