ci: update to Go 1.20.7

This commit is contained in:
2023-08-02 16:04:04 +02:00
parent e4539737b9
commit 8baad27ea5
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.20.5
image: golang:1.20.7
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.20.5
image: golang:1.20.7
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...