Updated build container
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
Stefan Goppelt 2023-03-08 19:40:46 +00:00
parent 232eedcab2
commit 95cba2021b
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ name: go-lib/certs
steps: steps:
- name: test - name: test
image: golang:1.18 image: golang:1.20.1
commands: commands:
- go get ./... - go get ./...
- go test ./... - go test ./...
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck -v -json ./... > vulncheck.json - govulncheck -v ./...