fix: run builds with Go 1.19.2 to fix vulnerabilities #22

Merged
argoyle merged 1 commits from fix-vuln into main 2022-10-11 16:01:56 +00:00
Showing only changes of commit fee49889cf - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.19.1
image: golang:1.19.2
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...