From 05b161f8b7a26ebfd2e2f57ff4d01ef80c9d3b3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:03:21 +0200 Subject: [PATCH] Update versions-manifest (#82) Co-authored-by: Service account --- versions-manifest.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index b1d36c1..4168ddf 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,29 @@ [ + { + "version": "1.21.0", + "stable": true, + "release_url": "https://github.com/actions/go-versions/releases/tag/1.21.0-5808081891", + "files": [ + { + "filename": "go-1.21.0-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/go-versions/releases/download/1.21.0-5808081891/go-1.21.0-darwin-x64.tar.gz" + }, + { + "filename": "go-1.21.0-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/go-versions/releases/download/1.21.0-5808081891/go-1.21.0-linux-x64.tar.gz" + }, + { + "filename": "go-1.21.0-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/go-versions/releases/download/1.21.0-5808081891/go-1.21.0-win32-x64.zip" + } + ] + }, { "version": "1.20.7", "stable": true,