Compare commits

..

No commits in common. "main" and "v0.0.2" have entirely different histories.
main ... v0.0.2

1 changed files with 2 additions and 2 deletions

View File

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