feat: fix testing image version

This commit is contained in:
Simon Cornet 2025-06-16 13:32:52 +02:00
commit 2b8c184e8f

View file

@ -2,6 +2,6 @@
testing: testing:
stage: "testing" stage: "testing"
image: "cr.simoncor.net/siempie/go-build:latest" image: "cr.simoncor.net/siempie/go-build:v26.06.16"
script: script:
- "go test cmd/gogitlabber/*.go" - "go test ./..."