ci: update Go version for vulnerabilities

This commit is contained in:
2023-05-08 20:55:19 +02:00
parent 8bf56b8514
commit 5a6ad3987d
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.20.3
image: golang:1.20.4
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.20.3
image: golang:1.20.4
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...