fix: remove -race option from go build
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
lab 2021-12-25 02:31:10 +08:00
parent b7255bf031
commit 548ede135c

View File

@ -16,7 +16,7 @@ steps:
GOARCH: amd64
commands:
- env
- go build -tags timetzdata -race -v -o app cmd/apiserver/main.go
- go build -tags timetzdata -v -o app cmd/apiserver/main.go
- name: publish
images: plugins/docker