fix: run builds with Go 1.19.2 to fix vulnerabilities
This commit is contained in:
+1
-1
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user