From 05e7312bcccbc371eada1fa19e0a7407bb1bcdd2 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 18:29:40 +0000 Subject: [PATCH] Update Inventory for heroku/go Added go1.21.10 (linux-amd64), go1.21.10 (linux-arm64), go1.22.3 (linux-amd64), go1.22.3 (linux-arm64). --- buildpacks/go/CHANGELOG.md | 1 + buildpacks/go/inventory.toml | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/buildpacks/go/CHANGELOG.md b/buildpacks/go/CHANGELOG.md index 75fd15a..14d4c0d 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.10 (linux-amd64), go1.21.10 (linux-arm64), go1.22.3 (linux-amd64), go1.22.3 (linux-arm64). ## [0.3.0] - 2024-05-02 ### Added diff --git a/buildpacks/go/inventory.toml b/buildpacks/go/inventory.toml index ded39e1..ea04555 100644 --- a/buildpacks/go/inventory.toml +++ b/buildpacks/go/inventory.toml @@ -1,3 +1,17 @@ +[[artifacts]] +version = "go1.22.3" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.22.3.linux-amd64.tar.gz" +checksum = "sha256:8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36" + +[[artifacts]] +version = "go1.22.3" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.22.3.linux-arm64.tar.gz" +checksum = "sha256:6c33e52a5b26e7aa021b94475587fce80043a727a54ceb0eee2f9fc160646434" + [[artifacts]] version = "go1.22.2" os = "linux" @@ -68,6 +82,20 @@ arch = "arm64" url = "https://go.dev/dl/go1.22rc1.linux-arm64.tar.gz" checksum = "sha256:d777d6bc3241bcd470603c3af896d1c60ed1d8cc718cf92d0a5d9035b149a827" +[[artifacts]] +version = "go1.21.10" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.21.10.linux-amd64.tar.gz" +checksum = "sha256:e330e5d977bf4f3bdc157bc46cf41afa5b13d66c914e12fd6b694ccda65fcf92" + +[[artifacts]] +version = "go1.21.10" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.21.10.linux-arm64.tar.gz" +checksum = "sha256:428e0b9ecab5762b7c2be000ad1be6f432dccfcd99bb8b8aeeb757d987bfda9d" + [[artifacts]] version = "go1.21.9" os = "linux"