diff --git a/config/go-manifest-config.json b/config/go-manifest-config.json index d766d1b..56e960b 100644 --- a/config/go-manifest-config.json +++ b/config/go-manifest-config.json @@ -1,7 +1,7 @@ { - "regex": "go-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)", + "regex": "go-\\d+\\.\\d+(?:\\.\\d+)-(\\w+)-(x\\d+)", "groups": { "arch": 2, "platform": 1 } -} \ No newline at end of file +}