Skip to content

Commit 2141317

Browse files
Update versions-manifest (#112)
Co-authored-by: Service account <[email protected]>
1 parent 405e5e6 commit 2141317

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

versions-manifest.json

+43
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
11
[
2+
{
3+
"version": "1.24.0",
4+
"stable": true,
5+
"release_url": "https://github.com/actions/go-versions/releases/tag/1.24.0-13277276272",
6+
"files": [
7+
{
8+
"filename": "go-1.24.0-darwin-arm64.tar.gz",
9+
"arch": "arm64",
10+
"platform": "darwin",
11+
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.0-13277276272/go-1.24.0-darwin-arm64.tar.gz"
12+
},
13+
{
14+
"filename": "go-1.24.0-darwin-x64.tar.gz",
15+
"arch": "x64",
16+
"platform": "darwin",
17+
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.0-13277276272/go-1.24.0-darwin-x64.tar.gz"
18+
},
19+
{
20+
"filename": "go-1.24.0-linux-arm64.tar.gz",
21+
"arch": "arm64",
22+
"platform": "linux",
23+
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.0-13277276272/go-1.24.0-linux-arm64.tar.gz"
24+
},
25+
{
26+
"filename": "go-1.24.0-linux-x64.tar.gz",
27+
"arch": "x64",
28+
"platform": "linux",
29+
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.0-13277276272/go-1.24.0-linux-x64.tar.gz"
30+
},
31+
{
32+
"filename": "go-1.24.0-win32-arm64.zip",
33+
"arch": "arm64",
34+
"platform": "win32",
35+
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.0-13277276272/go-1.24.0-win32-arm64.zip"
36+
},
37+
{
38+
"filename": "go-1.24.0-win32-x64.zip",
39+
"arch": "x64",
40+
"platform": "win32",
41+
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.0-13277276272/go-1.24.0-win32-x64.zip"
42+
}
43+
]
44+
},
245
{
346
"version": "1.23.6",
447
"stable": true,

0 commit comments

Comments
 (0)