Skip to content

Commit

Permalink
Update Inventory for heroku/go
Browse files Browse the repository at this point in the history
Added go1.22.7 (linux-amd64), go1.22.7 (linux-arm64), go1.23.1 (linux-amd64), go1.23.1 (linux-arm64).
  • Loading branch information
heroku-linguist[bot] committed Sep 5, 2024
1 parent 15ed8c2 commit d3b318b
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.7 (linux-amd64), go1.22.7 (linux-arm64), go1.23.1 (linux-amd64), go1.23.1 (linux-arm64).
## [0.4.3] - 2024-08-13

- Added go1.23.0 (linux-amd64), go1.23.0 (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.1"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.23.1.linux-amd64.tar.gz"
checksum = "sha256:49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd"

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

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

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

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

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

0 comments on commit d3b318b

Please sign in to comment.