From 6769d852f93142edc611c89eef959951a59526da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:46:54 +0000 Subject: [PATCH] Update cimg/go Docker tag to v1.23.2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f49c12e1..880e3f04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: test: docker: - - image: cimg/go:1.22.6 + - image: cimg/go:1.23.2 working_directory: ~/ksplit steps: - checkout