From 751641a600383b59f3b1d81d397c32157c53bc4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:45:55 +0330 Subject: [PATCH] chore(deps): update cimg/go docker tag to v1.23.4 (#2859) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c1df02ed7..92698c7a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -175,7 +175,7 @@ jobs: go-test: docker: # run the steps with Docker # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/ - - image: cimg/go:1.23.3 + - image: cimg/go:1.23.4 # directory where steps are run. Path must conform to the Go Workspace requirements working_directory: ~/repo steps: @@ -201,7 +201,7 @@ jobs: csv-lint: docker: # run the steps with Docker # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/ - - image: cimg/go:1.23.3 # + - image: cimg/go:1.23.4 # # directory where steps are run. Path must conform to the Go Workspace requirements working_directory: ~/repo steps: