From 84fffb73900458d1a949d7ae230195c060a82c01 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 07:47:58 +0000 Subject: [PATCH] chore(deps): manually bump go to 1.21.10 (backport of #10209) (#10258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore(deps): manually bump go to 1.21.10 (#10209) Signed-off-by: slonka Co-authored-by: Krzysztof SÅ‚onka --- .circleci/config.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ca38ef05186..fd09afb9d76d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ parameters: # These parameters are not meant to be changed they are more constants for the build change these in mk/dev.mk go_version: type: string - default: "1.21.9" + default: "1.21.10" first_k8s_version: type: string default: "v1.23.17-k3s1" diff --git a/go.mod b/go.mod index 4ba811bce588..101f120b60be 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kumahq/kuma -go 1.21.9 +go 1.21.10 require ( cirello.io/pglock v1.14.2