We need them gits
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2019-10-10 14:37:36 +02:00
parent b72a1a32ce
commit fc23296691
Signed by: Hamcha
GPG Key ID: 44AD3571EB09A39E
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: golang:alpine
image: golang
commands:
- CGO_ENABLED=0 go test -v ./...
volumes: