Compare commits

..

2 Commits

Author SHA1 Message Date
Stefan Goppelt 80f27aa392 Updated build container
continuous-integration/drone/push Build is passing Details
2023-03-08 19:38:33 +00:00
Stefan Goppelt b946e54185 Added build badge
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-03-08 10:38:36 +01:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -2,6 +2,8 @@
# Go graylog logging library
[![Build Status](https://drone.yoorie.de/api/badges/go-lib/gelf/status.svg)](https://drone.yoorie.de/go-lib/gelf)
## Documentation
Is missed so far and will be created soon.