Compare commits
No commits in common. "master" and "v0.0.2" have entirely different histories.
|
@ -4,9 +4,9 @@ name: go-lib/gelf
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:1.20.1
|
image: golang:1.18
|
||||||
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 ./...
|
- govulncheck -v -json ./... > vulncheck.json
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
# Go graylog logging library
|
# Go graylog logging library
|
||||||
|
|
||||||
[](https://drone.yoorie.de/go-lib/gelf)
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Is missed so far and will be created soon.
|
Is missed so far and will be created soon.
|
||||||
|
|
Loading…
Reference in New Issue