Skip to content

Commit

Permalink
Update Go Inventory (#168)
Browse files Browse the repository at this point in the history
* Update Inventory for heroku/go

Added go1.20.10, go1.20.9, go1.21.2, go1.21.3.

* Add changelog entry

---------

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
heroku-linguist[bot] and edmorley authored Oct 12, 2023
1 parent 48a4f98 commit 0438a1a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added go1.20.10, go1.20.9, go1.21.2, go1.21.3. ([#168](https://github.com/heroku/buildpacks-go/pull/168))

## [0.1.9] - 2023-09-18

### Added
Expand Down
24 changes: 24 additions & 0 deletions inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[[artifacts]]
go_version = "go1.21.3"
semantic_version = "1.21.3"
architecture = "linux-amd64"
sha_checksum = "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8"

[[artifacts]]
go_version = "go1.21.2"
semantic_version = "1.21.2"
architecture = "linux-amd64"
sha_checksum = "f5414a770e5e11c6e9674d4cd4dd1f4f630e176d1828d3427ea8ca4211eee90d"

[[artifacts]]
go_version = "go1.21.1"
semantic_version = "1.21.1"
Expand Down Expand Up @@ -34,6 +46,18 @@ semantic_version = "1.21.0-rc1"
architecture = "linux-amd64"
sha_checksum = "d3f54a95b085cd6745fb306910b36670dac4e9e985c8f2920e6bcc35b9d7feb9"

[[artifacts]]
go_version = "go1.20.10"
semantic_version = "1.20.10"
architecture = "linux-amd64"
sha_checksum = "80d34f1fd74e382d86c2d6102e0e60d4318461a7c2f457ec1efc4042752d4248"

[[artifacts]]
go_version = "go1.20.9"
semantic_version = "1.20.9"
architecture = "linux-amd64"
sha_checksum = "8921369701afa749b07232d2c34d514510c32dbfd79c65adb379451b5f0d7216"

[[artifacts]]
go_version = "go1.20.8"
semantic_version = "1.20.8"
Expand Down

0 comments on commit 0438a1a

Please sign in to comment.