Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Feb 12, 2025
1 parent b4bacfe commit 2aef84a
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.24.0 (linux-amd64), go1.24.0 (linux-arm64).
## [0.5.3] - 2025-02-06

- 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).
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.24.0"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.24.0.linux-amd64.tar.gz"
checksum = "sha256:dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858"

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

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

0 comments on commit 2aef84a

Please sign in to comment.