Skip to content

Commit

Permalink
Update Inventory for heroku/go
Browse files Browse the repository at this point in the history
Added go1.22.11 (linux-amd64), go1.22.11 (linux-arm64), go1.23.5 (linux-amd64), go1.23.5 (linux-arm64), go1.24rc2 (linux-amd64), go1.24rc2 (linux-arm64).
  • Loading branch information
heroku-linguist[bot] committed Jan 17, 2025
1 parent 3507064 commit d98e77f
Show file tree
Hide file tree
Showing 2 changed files with 43 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.11 (linux-amd64), go1.22.11 (linux-arm64), go1.23.5 (linux-amd64), go1.23.5 (linux-arm64), go1.24rc2 (linux-amd64), go1.24rc2 (linux-arm64).
## [0.5.1] - 2025-01-06

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

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

[[artifacts]]
version = "go1.24rc1"
os = "linux"
Expand All @@ -12,6 +26,20 @@ arch = "arm64"
url = "https://go.dev/dl/go1.24rc1.linux-arm64.tar.gz"
checksum = "sha256:febc01e97564c3851f96a778bd31f9b7631517f71e7bdf15baeb47c84d735a18"

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

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

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

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

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

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

0 comments on commit d98e77f

Please sign in to comment.