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

update go version on tests

parent 157489f8
Branches
No related tags found
1 merge request!6Add automatic tag fetching from remote repo
Pipeline #68886 passed
...@@ -36,7 +36,7 @@ lint: ...@@ -36,7 +36,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.4 image: golang:1.21.5
stage: test stage: test
tags: tags:
- amd64-docker - amd64-docker
...@@ -50,7 +50,7 @@ unit tests: ...@@ -50,7 +50,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/' coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck: govulncheck:
image: golang:1.21.4 image: golang:1.21.5
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