From 1adcf316de548bee61fb4f6f182e4e84606b9e67 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Jun 2025 16:51:15 +0200 Subject: [PATCH] fix(ci): image tag --- .gitlab/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index d0b3721..0d5886f 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -2,6 +2,6 @@ testing: stage: "testing" - image: "cr.simoncor.net/siempie/go-build:v25.06.16" + image: "cr.simoncor.net/siempie/go-build:v25.06.03" script: - "go test ./..."