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
Branches
Tags
1 merge request!55 add repository to policy execution
Pipeline #67932 passed
...@@ -34,7 +34,7 @@ lint: ...@@ -34,7 +34,7 @@ lint:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app - cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
unit tests: unit tests:
image: golang:1.21.3 image: golang:1.21.4
stage: test stage: test
tags: tags:
- amd64-docker - amd64-docker
...@@ -48,7 +48,7 @@ unit tests: ...@@ -48,7 +48,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/' coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck: govulncheck:
image: golang:1.21.3 image: golang:1.21.4
stage: test stage: test
tags: tags:
- amd64-docker - amd64-docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment