From 330164ae38189e5924dbe24aea29e32799694c93 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Tue, 10 Sep 2024 17:57:14 +0200 Subject: [PATCH] Update Go runtime to 1.23.1 --- .go-version | 2 +- CHANGELOG.md | 2 ++ go.mod | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 013173af5..49e0a31d4 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.6 +1.23.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2624239..9a6176535 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.1. [#1215](https://github.com/elastic/package-registry/pull/1221) + ### Added ### Deprecated diff --git a/go.mod b/go.mod index 43b0f8422..4ea47fabf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/package-registry go 1.22.1 -toolchain go1.22.5 +toolchain go1.23.1 require ( cloud.google.com/go/storage v1.43.0