Skip to content

Commit

Permalink
Update versions-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
459680 committed Apr 14, 2022
1 parent b591576 commit 54bbc2f
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions versions-manifest.json
@@ -1,4 +1,29 @@
[
{
"version": "1.18.1",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.1-2168022110",
"files": [
{
"filename": "go-1.18.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.1-2168022110/go-1.18.1-darwin-x64.tar.gz"
},
{
"filename": "go-1.18.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.1-2168022110/go-1.18.1-linux-x64.tar.gz"
},
{
"filename": "go-1.18.1-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.1-2168022110/go-1.18.1-win32-x64.zip"
}
]
},
{
"version": "1.18.0",
"stable": true,
Expand All @@ -24,6 +49,31 @@
}
]
},
{
"version": "1.17.9",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.9-2168023048",
"files": [
{
"filename": "go-1.17.9-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.9-2168023048/go-1.17.9-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.9-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.9-2168023048/go-1.17.9-linux-x64.tar.gz"
},
{
"filename": "go-1.17.9-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.9-2168023048/go-1.17.9-win32-x64.zip"
}
]
},
{
"version": "1.17.8",
"stable": true,
Expand Down

0 comments on commit 54bbc2f

Please sign in to comment.