ci: update version of Go
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
|
||||
image: golang:1.21.3
|
||||
image: golang:1.21.5
|
||||
|
||||
stages:
|
||||
- deps
|
||||
@@ -42,7 +42,7 @@ test:
|
||||
|
||||
vulnerabilities:
|
||||
stage: test
|
||||
image: golang:1.21.3
|
||||
image: golang:1.21.5
|
||||
script:
|
||||
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
- govulncheck ./...
|
||||
|
||||
Reference in New Issue
Block a user