ci: update Go version for vulnerabilities #64

Merged
argoyle merged 1 commits from go-version into main 2023-06-08 11:17:50 +00:00
+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 ./...