ci: update to Go 1.21.1 for vulnerabilities

This commit is contained in:
2023-09-08 07:08:27 +02:00
parent 0acd857ab5
commit 48760d7512
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.21.0
image: golang:1.21.1
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.21.0
image: golang:1.21.1
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...