Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored May 7, 2024
1 parent 6af2ed4 commit 909c887
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.21.10 (linux-amd64), go1.21.10 (linux-arm64), go1.22.3 (linux-amd64), go1.22.3 (linux-arm64).
## [0.3.0] - 2024-05-02

### Added
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.22.3"
os = "linux"
arch = "amd64"
url = "https://go.dev/dl/go1.22.3.linux-amd64.tar.gz"
checksum = "sha256:8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36"

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

[[artifacts]]
version = "go1.22.2"
os = "linux"
Expand Down Expand Up @@ -68,6 +82,20 @@ arch = "arm64"
url = "https://go.dev/dl/go1.22rc1.linux-arm64.tar.gz"
checksum = "sha256:d777d6bc3241bcd470603c3af896d1c60ed1d8cc718cf92d0a5d9035b149a827"

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

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

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

0 comments on commit 909c887

Please sign in to comment.