mirror of
https://github.com/actions/go-versions.git
synced 2025-07-22 07:08:24 +02:00

Go doesn't _really_ follow semver here: the initial release of a new minor series does not end with .0, which means there's no Go 1.16.0, it's actually Go 1.16. This is me trying to fix actions/setup-go#105, not sure if this is correct.
7 lines
124 B
JSON
7 lines
124 B
JSON
{
|
|
"regex": "go-\\d+\\.\\d+(?:\\.\\d+)-(\\w+)-(x\\d+)",
|
|
"groups": {
|
|
"arch": 2,
|
|
"platform": 1
|
|
}
|
|
}
|