ci: update to Golang 1.21.0

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