From 244f8fdaff3558c55859af57b4c51d9d22fe54a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 09:29:09 +0100 Subject: [PATCH] Update versions-manifest (#69) 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 025c2e8..9988e89 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,29 @@ [ + { + "version": "1.20.0", + "stable": true, + "release_url": "https://github.com/actions/go-versions/releases/tag/1.20.0-4072132786", + "files": [ + { + "filename": "go-1.20.0-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/go-versions/releases/download/1.20.0-4072132786/go-1.20.0-darwin-x64.tar.gz" + }, + { + "filename": "go-1.20.0-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/go-versions/releases/download/1.20.0-4072132786/go-1.20.0-linux-x64.tar.gz" + }, + { + "filename": "go-1.20.0-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/go-versions/releases/download/1.20.0-4072132786/go-1.20.0-win32-x64.zip" + } + ] + }, { "version": "1.19.5", "stable": true,