From 661e99cb5a10dd5d38964eba1c7ca4270992995b Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Jun 2025 16:49:02 +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 746bbfd..d0b3721 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -2,6 +2,6 @@ testing: stage: "testing" - image: "cr.simoncor.net/siempie/go-build:v26.06.16" + image: "cr.simoncor.net/siempie/go-build:v25.06.16" script: - "go test ./..."