gelf/.drone.yml

12 lines
226 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: go-lib/gelf
steps:
- name: test
2023-03-08 19:38:33 +00:00
image: golang:1.20.1
commands:
- go get ./...
- go test ./...
- go install golang.org/x/vuln/cmd/govulncheck@latest
2023-03-08 19:38:33 +00:00
- govulncheck -v ./...