From 2b8c184e8f8f29f4bb164c37c17a8beffaf5a06a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Jun 2025 13:32:52 +0200 Subject: [PATCH] feat: fix testing image version --- .gitlab/testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index 0c97eb6..746bbfd 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -2,6 +2,6 @@ testing: stage: "testing" - image: "cr.simoncor.net/siempie/go-build:latest" + image: "cr.simoncor.net/siempie/go-build:v26.06.16" script: - - "go test cmd/gogitlabber/*.go" + - "go test ./..."