From 74a494bf86f14763043ef7a0568570ff94c761c9 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:14:49 -0500 Subject: [PATCH] Update Inventory for heroku/go (#290) Added go1.23.0 (linux-amd64), go1.23.0 (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 a6beccc..5e38b1b 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.23.0 (linux-amd64), go1.23.0 (linux-arm64). ## [0.4.2] - 2024-08-07 - Added go1.21.13 (linux-arm64), go1.21.13 (linux-amd64), go1.22.6 (linux-amd64), go1.22.6 (linux-arm64). diff --git a/buildpacks/go/inventory.toml b/buildpacks/go/inventory.toml index 180c9fb..5740d0f 100644 --- a/buildpacks/go/inventory.toml +++ b/buildpacks/go/inventory.toml @@ -1,3 +1,17 @@ +[[artifacts]] +version = "go1.23.0" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.23.0.linux-amd64.tar.gz" +checksum = "sha256:905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3" + +[[artifacts]] +version = "go1.23.0" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.23.0.linux-arm64.tar.gz" +checksum = "sha256:62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659" + [[artifacts]] version = "go1.23rc2" os = "linux"