Compare commits

...

1 Commits
v0.0.2 ... main

Author SHA1 Message Date
Stefan Goppelt 95cba2021b Updated build container
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details
2023-03-08 19:40:46 +00:00
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 ./...