Skip to content

Commit

Permalink
Update Inventory for heroku/go (#272)
Browse files Browse the repository at this point in the history
Added go1.22.4 (linux-arm64), go1.22.4 (linux-amd64).

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Jun 4, 2024
1 parent 5a2dddd commit c5fef9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/go/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added go1.22.4 (linux-arm64), go1.22.4 (linux-amd64).
### Changed

- The build cache is now invalidated when the target distribution changes. ([#267](https://github.com/heroku/buildpacks-go/pull/267))
Expand Down
14 changes: 14 additions & 0 deletions buildpacks/go/inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[[artifacts]]
version = "go1.22.4"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.22.4.linux-amd64.tar.gz"
checksum = "sha256:ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d"

[[artifacts]]
version = "go1.22.4"
os = "linux"
arch = "arm64"
url = "https://go.dev/dl/go1.22.4.linux-arm64.tar.gz"
checksum = "sha256:a8e177c354d2e4a1b61020aca3562e27ea3e8f8247eca3170e3fa1e0c2f9e771"

[[artifacts]]
version = "go1.22.3"
os = "linux"
Expand Down

0 comments on commit c5fef9c

Please sign in to comment.