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