From 57ea5543a0fa95b04dde7dc5fd8e0cb314827494 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 12:27:52 +0400 Subject: [PATCH] Update versions-manifest (#54) --- versions-manifest.json | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index df6b18c..f53ae2e 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,29 @@ [ + { + "version": "1.18.2", + "stable": true, + "release_url": "https://github.com/actions/go-versions/releases/tag/1.18.2-2305306834", + "files": [ + { + "filename": "go-1.18.2-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/go-versions/releases/download/1.18.2-2305306834/go-1.18.2-darwin-x64.tar.gz" + }, + { + "filename": "go-1.18.2-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/go-versions/releases/download/1.18.2-2305306834/go-1.18.2-linux-x64.tar.gz" + }, + { + "filename": "go-1.18.2-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/go-versions/releases/download/1.18.2-2305306834/go-1.18.2-win32-x64.zip" + } + ] + }, { "version": "1.18.1", "stable": true, @@ -49,6 +74,31 @@ } ] }, + { + "version": "1.17.10", + "stable": true, + "release_url": "https://github.com/actions/go-versions/releases/tag/1.17.10-2305307626", + "files": [ + { + "filename": "go-1.17.10-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/go-versions/releases/download/1.17.10-2305307626/go-1.17.10-darwin-x64.tar.gz" + }, + { + "filename": "go-1.17.10-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/go-versions/releases/download/1.17.10-2305307626/go-1.17.10-linux-x64.tar.gz" + }, + { + "filename": "go-1.17.10-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/go-versions/releases/download/1.17.10-2305307626/go-1.17.10-win32-x64.zip" + } + ] + }, { "version": "1.17.9", "stable": true,