Skip to content

Commit

Permalink
Update Inventory for heroku/go (#132)
Browse files Browse the repository at this point in the history
Added go1.19.12, go1.20.7, go1.21rc4.

Co-authored-by: joshwlewis <[email protected]>
  • Loading branch information
github-actions[bot] and joshwlewis authored Aug 7, 2023
1 parent 1558fa7 commit 2ae94de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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.19.12, go1.20.7, go1.21rc4.
## [0.1.6] - 2023-08-01

- Added go1.19.11, go1.20.6, go1.21rc1, go1.21rc2, go1.21rc3.
Expand Down
18 changes: 18 additions & 0 deletions inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[[artifacts]]
go_version = "go1.21rc4"
semantic_version = "1.21.0-rc4"
architecture = "linux-amd64"
sha_checksum = "c05c7b5030c4785dd3b4125bdb9eb631a840ea7347f4219b299de308021ac15b"

[[artifacts]]
go_version = "go1.21rc3"
semantic_version = "1.21.0-rc3"
Expand All @@ -16,6 +22,12 @@ semantic_version = "1.21.0-rc1"
architecture = "linux-amd64"
sha_checksum = "d3f54a95b085cd6745fb306910b36670dac4e9e985c8f2920e6bcc35b9d7feb9"

[[artifacts]]
go_version = "go1.20.7"
semantic_version = "1.20.7"
architecture = "linux-amd64"
sha_checksum = "f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44"

[[artifacts]]
go_version = "go1.20.6"
semantic_version = "1.20.6"
Expand Down Expand Up @@ -76,6 +88,12 @@ semantic_version = "1.20.0-rc1"
architecture = "linux-amd64"
sha_checksum = "4757fb32d7514145e43d4f37713f98d8cc0ecbbb5b1737accfc84be50e1e2e32"

[[artifacts]]
go_version = "go1.19.12"
semantic_version = "1.19.12"
architecture = "linux-amd64"
sha_checksum = "48e4fcfb6abfdaa01aaf1429e43bdd49cea5e4687bd5f5b96df1e193fcfd3e7e"

[[artifacts]]
go_version = "go1.19.11"
semantic_version = "1.19.11"
Expand Down

0 comments on commit 2ae94de

Please sign in to comment.