From f436eb1900433937a2e9347d49e392a58cdd30de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:09:53 +0200 Subject: [PATCH] Update versions-manifest (#77) Co-authored-by: Service account --- versions-manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 3af9001..9fb7cc0 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -4,6 +4,12 @@ "stable": true, "release_url": "https://github.com/actions/go-versions/releases/tag/1.20.5-5218672569", "files": [ + { + "filename": "go-1.20.5-darwin-arm64.tar.gz", + "arch": "arm64", + "platform": "darwin", + "download_url": "https://github.com/actions/go-versions/releases/download/1.20.5-5218672569/go-1.20.5-darwin-arm64.tar.gz" + }, { "filename": "go-1.20.5-darwin-x64.tar.gz", "arch": "x64", @@ -154,6 +160,12 @@ "stable": true, "release_url": "https://github.com/actions/go-versions/releases/tag/1.19.10-5218670586", "files": [ + { + "filename": "go-1.19.10-darwin-arm64.tar.gz", + "arch": "arm64", + "platform": "darwin", + "download_url": "https://github.com/actions/go-versions/releases/download/1.19.10-5218670586/go-1.19.10-darwin-arm64.tar.gz" + }, { "filename": "go-1.19.10-darwin-x64.tar.gz", "arch": "x64",