Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Dec 4, 2024
1 parent cdfc5fb commit 87fd844
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.10 (linux-amd64), go1.22.10 (linux-arm64), go1.23.4 (linux-amd64), go1.23.4 (linux-arm64).
## [0.4.6] - 2024-11-12

- Added go1.22.9 (linux-amd64), go1.22.9 (linux-arm64), go1.23.3 (linux-amd64), go1.23.3 (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.4"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.23.4.linux-amd64.tar.gz"
checksum = "sha256:6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971"

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

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

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

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

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

0 comments on commit 87fd844

Please sign in to comment.