ci: update to Go 1.21.1 for vulnerabilities

This commit is contained in:
2023-09-08 07:10:35 +02:00
parent 476ebab80a
commit b6de9ceb45
+1 -1
View File
@@ -44,7 +44,7 @@ build:
vulnerabilities: vulnerabilities:
stage: build stage: build
image: golang:1.21.0 image: golang:1.21.1
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...