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