Skip to content

Commit

Permalink
Merge pull request #53 from actions/update-versions-manifest-file
Browse files Browse the repository at this point in the history
[versions-manifest] Update for release from 04/15/2022
  • Loading branch information
marko-zivic-93 committed Apr 15, 2022
2 parents b591576 + 710d16c commit 6ac541a
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-2171178401",
"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-2171178401/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-2171178401/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-2171178401/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-2171178951",
"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-2171178951/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-2171178951/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-2171178951/go-1.17.9-win32-x64.zip"
}
]
},
{
"version": "1.17.8",
"stable": true,
Expand Down

0 comments on commit 6ac541a

Please sign in to comment.