ci: update to golang 1.20.1

This commit is contained in:
2023-02-26 11:03:49 +01:00
parent bbbfb99dd9
commit 0608960a02
+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.19.5 image: golang:1.20.1
stages: stages:
- deps - deps
@@ -42,7 +42,7 @@ test:
vulnerabilities: vulnerabilities:
stage: test stage: test
image: golang:1.19.5 image: golang:1.20.1
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...