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

This commit is contained in:
Stefan Goppelt 2023-03-08 19:44:58 +00:00
parent 763d8492c4
commit 29676ee524
1 changed files with 5 additions and 5 deletions

View File

@ -4,14 +4,14 @@ name: go-lib/micro
steps:
- name: build
image: golang:1.18.0
environment:
GOPRIVATE: scm.yoorie.de/go-lib/*
image: golang:1.20.1
commands:
- mkdir -p .build
- go install gotest.tools/gotestsum@v1.9.0
- go get ./...
- go test ./...
- gotestsum --format testname --junitfile .build/unittests.xml -- -coverprofile=.build/coverage.txt ./...
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck -v -json ./... > vulncheck.json
- govulncheck -v ./...
trigger:
event: