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

Add automatic tag fetching from remote repo

parent c04126f7
No related branches found
No related tags found
1 merge request!6Add automatic tag fetching from remote repo
Pipeline #68830 canceled with stages
in 33 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
......
app @ bf062b1d
Subproject commit 1bb0257b687bb2f015debedd0c4cdbb508a6012e
Subproject commit bf062b1da4c3f7df413e1dd2f7e0e334c915c0f6
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