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

Update .gitlab-ci.yml

parent 389d8ab5
No related branches found
No related tags found
No related merge requests found
Pipeline #67926 passed with stages
in 2 minutes and 26 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