feat: fix testing image version
This commit is contained in:
parent
c03cdc67d3
commit
2b8c184e8f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ./..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue