Skip to content

Commit

Permalink
Update Inventory for heroku/go (#105)
Browse files Browse the repository at this point in the history
Added go1.19.11, go1.20.6, go1.21rc1, go1.21rc2, go1.21rc3.

Co-authored-by: joshwlewis <joshwlewis@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and joshwlewis committed Aug 1, 2023
1 parent 9dd1795 commit c6ac5cf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added go1.19.11, go1.20.6, go1.21rc1, go1.21rc2, go1.21rc3.
## [0.1.5] 2023/06/27

- Added go1.19.10, go1.20.5.
Expand Down
30 changes: 30 additions & 0 deletions inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
[[artifacts]]
go_version = "go1.21rc3"
semantic_version = "1.21.0-rc3"
architecture = "linux-amd64"
sha_checksum = "b5e3a28d10ba1109cf0549237f2739284a0db2ce6bdc76cd03c4b26304c1a921"

[[artifacts]]
go_version = "go1.21rc2"
semantic_version = "1.21.0-rc2"
architecture = "linux-amd64"
sha_checksum = "8fe90332727c606019e80a7368e23f5e65ad59520e45ee4010692f15572e45c6"

[[artifacts]]
go_version = "go1.21rc1"
semantic_version = "1.21.0-rc1"
architecture = "linux-amd64"
sha_checksum = "d3f54a95b085cd6745fb306910b36670dac4e9e985c8f2920e6bcc35b9d7feb9"

[[artifacts]]
go_version = "go1.20.6"
semantic_version = "1.20.6"
architecture = "linux-amd64"
sha_checksum = "b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb"

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

[[artifacts]]
go_version = "go1.19.11"
semantic_version = "1.19.11"
architecture = "linux-amd64"
sha_checksum = "ee18f98a03386e2bf48ff75737ea17c953b1572f9b1114352f104ac5eef04bb4"

[[artifacts]]
go_version = "go1.19.10"
semantic_version = "1.19.10"
Expand Down

0 comments on commit c6ac5cf

Please sign in to comment.