Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Nov 11, 2024
1 parent 621fc27 commit 551829f
Show file tree
Hide file tree
Showing 2 changed files with 29 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.9 (linux-amd64), go1.22.9 (linux-arm64), go1.23.3 (linux-amd64), go1.23.3 (linux-arm64).
## [0.4.5] - 2024-10-01

- Added go1.22.8 (linux-amd64), go1.22.8 (linux-arm64), go1.23.2 (linux-amd64), go1.23.2 (linux-arm64).
Expand Down
28 changes: 28 additions & 0 deletions buildpacks/go/inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[[artifacts]]
version = "go1.23.3"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.23.3.linux-amd64.tar.gz"
checksum = "sha256:a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8"

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

[[artifacts]]
version = "go1.23.2"
os = "linux"
Expand Down Expand Up @@ -68,6 +82,20 @@ arch = "arm64"
url = "https://go.dev/dl/go1.23rc1.linux-arm64.tar.gz"
checksum = "sha256:1208d96e6535ccf32ceee2f876dbbec588bf0921861d2224b809cbfe797f2319"

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

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

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

0 comments on commit 551829f

Please sign in to comment.