Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] committed Aug 13, 2024
1 parent ae85f70 commit 74a494b
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.23.0 (linux-amd64), go1.23.0 (linux-arm64).
## [0.4.2] - 2024-08-07

- Added go1.21.13 (linux-arm64), go1.21.13 (linux-amd64), go1.22.6 (linux-amd64), go1.22.6 (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.23.0"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.23.0.linux-amd64.tar.gz"
checksum = "sha256:905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3"

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

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

0 comments on commit 74a494b

Please sign in to comment.