From 23c378a196b0da47136eb5bde093952573d1b0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20S=C5=82onka?= Date: Fri, 10 May 2024 10:58:01 +0200 Subject: [PATCH] chore(deps): manually bump go to 1.21.10 (#10209) Signed-off-by: slonka --- .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 32ac30907569..91667b9bf5a7 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