Skip to content
Snippets Groups Projects
Commit 375486cd authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Add latest golang image to gitlab-ci configuration

parent 4bf98043
No related branches found
No related tags found
No related merge requests found
Pipeline #55781 passed
...@@ -6,7 +6,7 @@ before_script: ...@@ -6,7 +6,7 @@ before_script:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH} - cd /go/src/gitlab.com/${CI_PROJECT_PATH}
unit tests: unit tests:
image: golang:1.19.2 image: golang:1.19.4
stage: test stage: test
tags: tags:
- amd64-docker - amd64-docker
...@@ -18,7 +18,7 @@ unit tests: ...@@ -18,7 +18,7 @@ unit tests:
lint: lint:
image: golangci/golangci-lint:v1.50.0 image: golangci/golangci-lint:v1.50.1
stage: test stage: test
tags: tags:
- amd64-docker - amd64-docker
...@@ -28,7 +28,7 @@ lint: ...@@ -28,7 +28,7 @@ lint:
- golangci-lint run - golangci-lint run
govulncheck: govulncheck:
image: golang:1.19.2 image: golang:1.19.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