From beac66177c8b1204a6e4f4795b8039993c9ed709 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:09:30 -0500 Subject: [PATCH] Update Inventory for heroku/go (#273) Added go1.21.11 (linux-amd64), go1.21.11 (linux-arm64). Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- buildpacks/go/CHANGELOG.md | 1 + buildpacks/go/inventory.toml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/buildpacks/go/CHANGELOG.md b/buildpacks/go/CHANGELOG.md index 25e5db5..9f3767b 100644 --- a/buildpacks/go/CHANGELOG.md +++ b/buildpacks/go/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Added go1.21.11 (linux-amd64), go1.21.11 (linux-arm64). - Added go1.22.4 (linux-arm64), go1.22.4 (linux-amd64). ### Changed diff --git a/buildpacks/go/inventory.toml b/buildpacks/go/inventory.toml index cc6a50d..82cd629 100644 --- a/buildpacks/go/inventory.toml +++ b/buildpacks/go/inventory.toml @@ -96,6 +96,20 @@ arch = "arm64" url = "https://go.dev/dl/go1.22rc1.linux-arm64.tar.gz" checksum = "sha256:d777d6bc3241bcd470603c3af896d1c60ed1d8cc718cf92d0a5d9035b149a827" +[[artifacts]] +version = "go1.21.11" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.21.11.linux-amd64.tar.gz" +checksum = "sha256:54a87a9325155b98c85bc04dc50298ddd682489eb47f486f2e6cb0707554abf0" + +[[artifacts]] +version = "go1.21.11" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.21.11.linux-arm64.tar.gz" +checksum = "sha256:715d9a7ff72e4e0e3378c48318c52c6e4dd32a47c4136f3c08846f89b2ee2241" + [[artifacts]] version = "go1.21.10" os = "linux"