From 8974799a8584206d62faf6c7c68041bb4601d59c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:25:33 +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 1b33978e..1364ce69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ cache: build: stage: build - image: golang:1.22 + image: golang:1.23 script: - go env - go mod download @@ -35,7 +35,7 @@ test:lint: test:unit: stage: test - image: golang:1.22 + image: golang:1.23 script: - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - go get github.com/boumenot/gocover-cobertura