Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Aug 7, 2024
1 parent f643c37 commit f33a20d
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.21.13 (linux-arm64), go1.21.13 (linux-amd64), go1.22.6 (linux-amd64), go1.22.6 (linux-arm64).
- Added go1.23rc2 (linux-arm64), go1.23rc2 (linux-amd64).
## [0.4.1] - 2024-07-15

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

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

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

[[artifacts]]
version = "go1.22.5"
os = "linux"
Expand Down Expand Up @@ -138,6 +152,20 @@ arch = "arm64"
url = "https://go.dev/dl/go1.22rc1.linux-arm64.tar.gz"
checksum = "sha256:d777d6bc3241bcd470603c3af896d1c60ed1d8cc718cf92d0a5d9035b149a827"

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

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

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

0 comments on commit f33a20d

Please sign in to comment.