From 2d2ed7663929144fc28c4965d9a0e8de8fb504df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:40:51 +0000 Subject: [PATCH] deps: update golang docker tag to v1.23 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73333588b..d80ee30b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ cache: build: stage: build - image: golang:1.21 + image: golang:1.23 script: - go env - go mod download @@ -35,6 +35,6 @@ test:lint: test:unit: stage: test - image: golang:1.21 + image: golang:1.23 script: - make test