fix: run builds with Go 1.19.2 to fix vulnerabilities

This commit is contained in:
2022-10-11 17:59:59 +02:00
parent 7e70411553
commit fee49889cf
+1 -1
View File
@@ -28,7 +28,7 @@ test:
vulnerabilities: vulnerabilities:
stage: test stage: test
image: golang:1.19.1 image: golang:1.19.2
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...