From 7eb7bd0358f763d8794f9248a5320982a8004622 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 5 Dec 2022 12:03:28 +0100 Subject: [PATCH] Update go runtime to 1.19.3 (#919) --- .go-version | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 66e2ae6c2..1b92e588b 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.19.1 +1.19.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 865ff53b5..f8f413a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Forward requests from package-storage instead of doing http redirects. [#915](https://github.com/elastic/package-registry/pull/915) * Update default value for `proxy-url` parameter to be Elastic Package Registry production. [#899](https://github.com/elastic/package-registry/pull/899) +* Update Go runtime to 1.19.3. []() ### Deprecated