From b1fbc8b60146de002fa27bbfa745055582550ef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:23:56 +0000 Subject: [PATCH] chore(deps): update cimg/go docker tag to v1.27 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04ebbc8f..02c3b96f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.0 jobs: lint: docker: - - image: cimg/go:1.23-node + - image: cimg/go:1.27-node steps: - run: node --version - run: npm --version @@ -22,7 +22,7 @@ jobs: - run: npm run lint test-unit: docker: - - image: cimg/go:1.23-node + - image: cimg/go:1.27-node steps: - run: node --version - run: npm --version @@ -42,7 +42,7 @@ jobs: - run: npm run test:unit -- --reporter=verbose test-e2e: docker: - - image: cimg/go:1.23-node + - image: cimg/go:1.27-node steps: - run: node --version - run: npm --version