Updated build container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Goppelt 2023-03-08 19:38:33 +00:00
parent b946e54185
commit 80f27aa392
1 changed files with 2 additions and 2 deletions

View File

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