Skip to content

Commit

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

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 c5fef9c commit beac661
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.21.11 (linux-amd64), go1.21.11 (linux-arm64).
- Added go1.22.4 (linux-arm64), go1.22.4 (linux-amd64).
### Changed

Expand Down
14 changes: 14 additions & 0 deletions buildpacks/go/inventory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,20 @@ arch = "arm64"
url = "https://go.dev/dl/go1.22rc1.linux-arm64.tar.gz"
checksum = "sha256:d777d6bc3241bcd470603c3af896d1c60ed1d8cc718cf92d0a5d9035b149a827"

[[artifacts]]
version = "go1.21.11"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.21.11.linux-amd64.tar.gz"
checksum = "sha256:54a87a9325155b98c85bc04dc50298ddd682489eb47f486f2e6cb0707554abf0"

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

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

0 comments on commit beac661

Please sign in to comment.