Skip to content

Commit

Permalink
Update Inventory for heroku/go
Browse files Browse the repository at this point in the history
Added go1.24rc1 (linux-amd64), go1.24rc1 (linux-arm64).
  • Loading branch information
heroku-linguist[bot] committed Dec 16, 2024
1 parent ed3665e commit 20be679
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.24rc1 (linux-amd64), go1.24rc1 (linux-arm64).
## [0.5.0] - 2024-12-13

- Now prefers processes set by Procfile, and no longer adds it's own processes if a Procfile is present.
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.24rc1"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.24rc1.linux-amd64.tar.gz"
checksum = "sha256:706c3810c0826dd43bb6d5274c5fa4f644488274533a9bb1f9b13a0e302afcc6"

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

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

0 comments on commit 20be679

Please sign in to comment.