diff --git a/buildpacks/go/CHANGELOG.md b/buildpacks/go/CHANGELOG.md index a6beccc..5e38b1b 100644 --- a/buildpacks/go/CHANGELOG.md +++ b/buildpacks/go/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Added go1.23.0 (linux-amd64), go1.23.0 (linux-arm64). ## [0.4.2] - 2024-08-07 - Added go1.21.13 (linux-arm64), go1.21.13 (linux-amd64), go1.22.6 (linux-amd64), go1.22.6 (linux-arm64). diff --git a/buildpacks/go/inventory.toml b/buildpacks/go/inventory.toml index 180c9fb..5740d0f 100644 --- a/buildpacks/go/inventory.toml +++ b/buildpacks/go/inventory.toml @@ -1,3 +1,17 @@ +[[artifacts]] +version = "go1.23.0" +os = "linux" +arch = "amd64" +url = "https://go.dev/dl/go1.23.0.linux-amd64.tar.gz" +checksum = "sha256:905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3" + +[[artifacts]] +version = "go1.23.0" +os = "linux" +arch = "arm64" +url = "https://go.dev/dl/go1.23.0.linux-arm64.tar.gz" +checksum = "sha256:62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659" + [[artifacts]] version = "go1.23rc2" os = "linux"