ci: update to Golang 1.21.0 for vulnerabilities

This commit is contained in:
2023-08-30 20:21:17 +02:00
parent 54289fc5bf
commit 8e6593da55
+1 -1
View File
@@ -44,7 +44,7 @@ build:
vulnerabilities: vulnerabilities:
stage: build stage: build
image: golang:1.20.7 image: golang:1.21.0
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...