From 354755b6105d6303431e4290c977cf7d633c36b0 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:06:04 +0000 Subject: [PATCH] Update Inventory for heroku/go Added go1.22rc2. --- buildpacks/go/CHANGELOG.md | 1 + buildpacks/go/inventory.toml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/buildpacks/go/CHANGELOG.md b/buildpacks/go/CHANGELOG.md index aa0849d4..07a8bbad 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.22rc2. ## [0.1.14] - 2024-01-16 - Added go1.20.13, go1.21.6. diff --git a/buildpacks/go/inventory.toml b/buildpacks/go/inventory.toml index 8b599d95..112ab48d 100644 --- a/buildpacks/go/inventory.toml +++ b/buildpacks/go/inventory.toml @@ -1,3 +1,9 @@ +[[artifacts]] +go_version = "go1.22rc2" +semantic_version = "1.22.0-rc2" +architecture = "linux-amd64" +sha_checksum = "f811e7ee8f6dee3d162179229f96a64a467c8c02a5687fac5ceaadcf3948c818" + [[artifacts]] go_version = "go1.22rc1" semantic_version = "1.22.0-rc1"