ci: update Go version for vulnerabilities

This commit is contained in:
2023-06-08 13:11:57 +02:00
parent f44b62bf08
commit f611d9ffb8
+1 -1
View File
@@ -44,7 +44,7 @@ build:
vulnerabilities: vulnerabilities:
stage: build stage: build
image: golang:1.20.4 image: golang:1.20.5
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...