diff --git a/.go-version b/.go-version index 49e0a31d4..14bee92c9 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.1 +1.23.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 834d7f543..8838a8943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bugfixes +* Update Go Runtime to 1.23.2. [#1242](https://github.com/elastic/package-registry/pull/1242) + ### Added * Add new `discovery` parameter to search and category endpoints. [#1235](https://github.com/elastic/package-registry/pull/1235) diff --git a/go.mod b/go.mod index 0d869f4ff..4a0c6c599 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/package-registry go 1.22.1 -toolchain go1.23.1 +toolchain go1.23.2 require ( cloud.google.com/go/storage v1.45.0