Skip to content
Snippets Groups Projects
Verified Commit 5228da3b authored by Kalin Daskalov's avatar Kalin Daskalov Committed by Georgi Michev
Browse files

Update .gitlab-ci.yml

parent 8bfc5459
No related branches found
Tags 0.0.0
1 merge request!55 add repository to policy execution
Pipeline #67932 passed with stages
in 2 minutes and 40 seconds
......@@ -34,7 +34,7 @@ lint:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
unit tests:
image: golang:1.21.3
image: golang:1.21.4
stage: test
tags:
- amd64-docker
......@@ -48,7 +48,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck:
image: golang:1.21.3
image: golang:1.21.4
stage: test
tags:
- amd64-docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment