Skip to content
Snippets Groups Projects
Commit db9e1ef2 authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

changes to test jobs

parent 99f36a5d
No related branches found
No related tags found
1 merge request!1Source as submodule
Pipeline #67336 failed
......@@ -34,7 +34,7 @@ lint:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
unit tests:
image: golang:1.21.1
image: golang:1.21.3
stage: test
tags:
- amd64-docker
......@@ -48,7 +48,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck:
image: golang:1.21.1
image: golang:1.21.3
stage: test
tags:
- amd64-docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment