ci: update to Golang 1.21.0 for vulnerabilities

This commit is contained in:
2023-08-30 18:06:20 +02:00
parent 63c4a2fa79
commit eadeac40ae
+2 -2
View File
@@ -1,7 +1,7 @@
include: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.20.7 image: golang:1.21.0
stages: stages:
- deps - deps
@@ -42,7 +42,7 @@ test:
vulnerabilities: vulnerabilities:
stage: test stage: test
image: golang:1.20.7 image: golang:1.21.0
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...