fix: remove -race option from go build
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
b7255bf031
commit
548ede135c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user