Skip to content
Snippets Groups Projects

Add automatic tag fetching from remote repo

Merged Kalin Daskalov requested to merge update-tag into main
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -36,7 +36,7 @@ lint:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
unit tests:
image: golang:1.21.4
image: golang:1.21.5
stage: test
tags:
- amd64-docker
@@ -50,7 +50,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck:
image: golang:1.21.4
image: golang:1.21.5
stage: test
tags:
- amd64-docker
Loading