ci: update Go verion for vulnerabilities scan

This commit is contained in:
2023-03-21 17:56:40 +01:00
parent 02c0b909da
commit f05b808980
+1 -1
View File
@@ -44,7 +44,7 @@ build:
vulnerabilities:
stage: build
image: golang:1.20.1
image: golang:1.20.2
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...