Skip to content

Commit

Permalink
Update versions-manifest (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Service account <no-reply@microsoft.com>
  • Loading branch information
github-actions[bot] and 459680 committed Mar 6, 2024
1 parent c055527 commit 5250a13
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
[
{
"version": "1.22.1",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.1-8166692698",
"files": [
{
"filename": "go-1.22.1-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.1-8166692698/go-1.22.1-darwin-arm64.tar.gz"
},
{
"filename": "go-1.22.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.1-8166692698/go-1.22.1-darwin-x64.tar.gz"
},
{
"filename": "go-1.22.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.1-8166692698/go-1.22.1-linux-x64.tar.gz"
},
{
"filename": "go-1.22.1-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.1-8166692698/go-1.22.1-win32-x64.zip"
}
]
},
{
"version": "1.22.0",
"stable": true,
Expand Down Expand Up @@ -30,6 +61,37 @@
}
]
},
{
"version": "1.21.8",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.21.8-8166693630",
"files": [
{
"filename": "go-1.21.8-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.8-8166693630/go-1.21.8-darwin-arm64.tar.gz"
},
{
"filename": "go-1.21.8-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.8-8166693630/go-1.21.8-darwin-x64.tar.gz"
},
{
"filename": "go-1.21.8-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.8-8166693630/go-1.21.8-linux-x64.tar.gz"
},
{
"filename": "go-1.21.8-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.8-8166693630/go-1.21.8-win32-x64.zip"
}
]
},
{
"version": "1.21.7",
"stable": true,
Expand Down

0 comments on commit 5250a13

Please sign in to comment.