ci: update to golang 1.20.1

This commit is contained in:
2023-02-26 11:08:01 +01:00
parent bdb7b39a0a
commit a04f6a9fc5
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.19.5
image: golang:1.20.1
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.19.5
image: golang:1.20.1
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...