Compare commits

..

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

2 changed files with 2 additions and 4 deletions

View File

@ -4,9 +4,9 @@ name: go-lib/gelf
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

View File

@ -2,8 +2,6 @@
# 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.