ci: update to Go 1.22.0

This commit is contained in:
2024-02-08 07:42:56 +01:00
parent 83e6120969
commit 56d451931c
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.21.6
image: golang:1.22.0
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.21.6
image: golang:1.22.0
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...