Compare commits

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