Skip to content

Commit

Permalink
Update Inventory for heroku/go
Browse files Browse the repository at this point in the history
Added go1.23rc2 (linux-amd64), go1.23rc2 (linux-arm64).
  • Loading branch information
heroku-linguist[bot] committed Jul 26, 2024
1 parent a94957b commit 7c49425
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.23rc2 (linux-amd64), go1.23rc2 (linux-arm64).
## [0.4.1] - 2024-07-15

- Added go1.21.12 (linux-amd64), go1.21.12 (linux-arm64), go1.22.5 (linux-amd64), go1.22.5 (linux-arm64), go1.23rc1 (linux-arm64), go1.23rc1 (linux-amd64).
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.23rc2"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.23rc2.linux-amd64.tar.gz"
checksum = "sha256:fa906bbb6d2077a1a58d91ca267e0fc5cb6d437807fb0725d10f23531e9258d2"

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

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

0 comments on commit 7c49425

Please sign in to comment.