From 2cb316d803968d1a9b883617f5a1a364122ccc54 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:49:57 -0600 Subject: [PATCH] Update Inventory for heroku/go (#332) Added go1.22.12 (linux-amd64), go1.22.12 (linux-arm64), go1.23.6 (linux-amd64), go1.23.6 (linux-arm64), go1.24rc3 (linux-amd64), go1.24rc3 (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 | 42 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/buildpacks/go/CHANGELOG.md b/buildpacks/go/CHANGELOG.md index 5af59461..72e9e3c4 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.22.12 (linux-amd64), go1.22.12 (linux-arm64), go1.23.6 (linux-amd64), go1.23.6 (linux-arm64), go1.24rc3 (linux-amd64), go1.24rc3 (linux-arm64). ## [0.5.2] - 2025-01-21 - Added go1.22.11 (linux-amd64), go1.22.11 (linux-arm64), go1.23.5 (linux-amd64), go1.23.5 (linux-arm64), go1.24rc2 (linux-amd64), go1.24rc2 (linux-arm64). diff --git a/buildpacks/go/inventory.toml b/buildpacks/go/inventory.toml index 35bf6ae6..cce56092 100644 --- a/buildpacks/go/inventory.toml +++ b/buildpacks/go/inventory.toml @@ -1,3 +1,17 @@ +[[artifacts]] +version = "go1.24rc3" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.24rc3.linux-amd64.tar.gz" +checksum = "sha256:9eb3d64e392531781574e65880575c62633436c56f86d88a8dc15bacd546798e" + +[[artifacts]] +version = "go1.24rc3" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.24rc3.linux-arm64.tar.gz" +checksum = "sha256:6be6c4e543878ec513b7e9bd390b625ad1c37a2a4b206de230815b2ce87036ef" + [[artifacts]] version = "go1.24rc2" os = "linux" @@ -26,6 +40,20 @@ arch = "arm64" url = "https://go.dev/dl/go1.24rc1.linux-arm64.tar.gz" checksum = "sha256:febc01e97564c3851f96a778bd31f9b7631517f71e7bdf15baeb47c84d735a18" +[[artifacts]] +version = "go1.23.6" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.23.6.linux-amd64.tar.gz" +checksum = "sha256:9379441ea310de000f33a4dc767bd966e72ab2826270e038e78b2c53c2e7802d" + +[[artifacts]] +version = "go1.23.6" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.23.6.linux-arm64.tar.gz" +checksum = "sha256:561c780e8f4a8955d32bf72e46af0b5ee5e0debe1e4633df9a03781878219202" + [[artifacts]] version = "go1.23.5" os = "linux" @@ -138,6 +166,20 @@ arch = "arm64" url = "https://go.dev/dl/go1.23rc1.linux-arm64.tar.gz" checksum = "sha256:1208d96e6535ccf32ceee2f876dbbec588bf0921861d2224b809cbfe797f2319" +[[artifacts]] +version = "go1.22.12" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.22.12.linux-amd64.tar.gz" +checksum = "sha256:4fa4f869b0f7fc6bb1eb2660e74657fbf04cdd290b5aef905585c86051b34d43" + +[[artifacts]] +version = "go1.22.12" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.22.12.linux-arm64.tar.gz" +checksum = "sha256:fd017e647ec28525e86ae8203236e0653242722a7436929b1f775744e26278e7" + [[artifacts]] version = "go1.22.11" os = "linux"